-
Notifications
You must be signed in to change notification settings - Fork 82
Can't Install wp-local-docker Following Initial Setup Instructions #314
Comments
With very generous help from @eugene-manuilov, I was able to get this setup. The steps we took were as follows:
The 10updocker command works as expected now. |
Appreciate efforts to find a solution and post work around. I was running into the same issue on Ubuntu 22.04 and this provided a path forward. |
I was able to run in following this work around too. |
I got this error when running npm install
Any clues? |
I solved it by running UPDATE: after I updated the git config with |
Troubleshooting
Describe the bug
When running the initial command,
npm install -g wp-local-docker
, the install halts after this step:(##################) ⠼ reify:rxjs: timing reifyNode:node_modules/wp-local-docker/node_modules/lodash Completed in 511ms
According to the log attached below, It appears to fail at line 1224 because the final directory in the path, wp-local-docker, doesn't exist.
Steps to Reproduce
Follow the prerequisites for MacOS and the install steps outlined in the repo's README.
Screenshots, screen recording, code snippet
Initial run of the command up to the line where it hangs:
I then have to ^ + c to halt the process resulting in the following:
The log can be viewed here:
2022-09-08T18_58_16_309Z-debug-0.log
Environment information
Device: MacBook Pro (14-inch, 2021) - M1 Pro chip
OS: 12.4
Docker Desktop version: 4.12.0
Node version: 16.17.0
Code of Conduct
The text was updated successfully, but these errors were encountered: