-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm install fails during create-nx-workspace #238
Comments
take > 10minutes on macos too I'm using nx/schematics 0.6.19 |
try use yarn |
This happens to me when I am behind proxy. use --yarn shows this error:
Need to figure out how to properly set the proxy for this... |
I saw this, too. I think it's because this line should be
|
The issue has been fixed here: cc3f51f |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
I have the following installed on my PC:
Angular CLI: 1.6.2
Node: 8.6.0
OS: win32 x64
npm: 5.3.0
I installed schematics through the command:
npm install -g @nrwl/schematics
and completed successfully. Next, I ran:create-nx-workspace my
which didn't complete and threw the following error:Error: Command failed: npm install --silent at checkExecSyncError (child_process.js:592:13) at Object.execSync (child_process.js:632:13)
Here is the screenshot:
the command keeps throwing error at
child_process.js
. I am not able to see the partially created workspace to manually try the npm install command as well. Any solution to this issue? Anybody else facing this?The text was updated successfully, but these errors were encountered: