-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Error install 1.0.0-beta.11-webpack #1522
Comments
This related to, or duplicate of #1520 |
Yes it is @sirajc thank you for tying the bug to it. |
I have another error message...
I don't know if it's related or another issue. |
I do get a similar message like @FabienDehopre
I tried all sorts of different combinations of node and npm (all in a docker container) without any success. Installation with
Is there any kind of debug switch to get more information on what the problem really is? UPDATE |
I don't think the errors in this thread are actually related to #1520. These seem to indicate a problem with the npm install itself:
I don't really have an answer for now. I can't reproduce it myself (win10, node v5.12.0, npm 3.8.6) so it might be a setup dependent thing. I know this is the default answer for npm issues but... have you tried uninstalling the global |
I also got this error and can not create new project, is there any solution before new version? |
Still having this issue as well. Why was this closed? |
Closing this as obsolete. |
Fixed it. I had moved |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
OSX El Capitan
ng --version
. If there's nothing outputted, please runin a Terminal:
node --version
and paste the result here:angular-cli:1.0.0-beta.11-webpack
node:v6.3.1
do on your code? etc.
npm i -g [email protected]
more information.
`[email protected] requires a peer of webpack@^1.4.0 but none was installed.
npm ERR! Darwin 15.6.0
npm ERR! argv "/Users/user/.nvm/versions/node/v6.3.1/bin/node" "/Users/user/.nvm/versions/node/v6.3.1/bin/npm" "i" "-g" "[email protected]"
npm ERR! node v6.3.1
npm ERR! npm v3.10.5
npm ERR! path /Users/user/.nvm/versions/node/v6.3.1/lib/node_modules/angular-cli
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall access
npm ERR! enoent ENOENT: no such file or directory, access '/Users/user/.nvm/versions/node/v6.3.1/lib/node_modules/angular-cli'
npm ERR! enoent ENOENT: no such file or directory, access '/Users/user/.nvm/versions/node/v6.3.1/lib/node_modules/angular-cli'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! Please include the following file with any support request:
npm ERR! /Users/user/mycode/code/npm-debug.log`
The text was updated successfully, but these errors were encountered: