-
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
Installing angular-cli latest issue #1209
Comments
That should fix it. |
Strange that with beta.8 installed, I'm still seeing this output:
Oh that's because I was inside of an app that had beta.6 installed. Doing a
Then cd'ing into the new app and doing
To fix this, I had to do another
|
This seems to be the same issue as #1186. |
The npm task from our current ember-cli install uses npm 2.x.x, which was causing issues with some of the dependencies. This PR copies over all files needed for the npm-install task but uses a local 3.10.2 npm version instead. Fix angular#1186 Fix angular#1191 Fix angular#1201 Fix angular#1209 Fix angular#1207 Fix angular#1248
The npm task from our current ember-cli install uses npm 2.x.x, which was causing issues with some of the dependencies. This PR copies over all files needed for the npm-install task but uses a local 3.10.2 npm version instead. Fix angular#1186 (main issue) Fix angular#1191 Fix angular#1201 Fix angular#1209 Fix angular#1207 Fix angular#1248
while installing @tangular/cli getting this following error npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) |
while installing angular got this error, npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules npm ERR! A complete log of this run can be found in: |
Uninstall node
|
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. |
ng --version
. If there's nothing outputted, pleaserun in a Terminal:
node --version
`module.js:442
throw err;
^
Error: Cannot find module 'rsvp'
at Function.Module._resolveFilename (module.js:440:15)
at Function.Module._load (module.js:388:25)
at Module.require (module.js:468:17)
at require (internal/module.js:20:19)
at Object. (/Users/gena/.nvm/versions/node/v6.2.1/lib/node_modules/angular-cli/node_modules/leek/lib/leek.js:3:19)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:458:32)
at tryModuleLoad (module.js:417:12)
at Function.Module._load (module.js:409:3)
`
more information.
118045 verbose stack Error: ENOENT: no such file or directory, rename '/Users/gena/.nvm/versions/node/v6.2.1/lib/node_modules/.staging/abbrev-2f33b7c6' -> '/Users/gena/.nvm/versions/node/v6.2.1/lib/node_modules/angular-cli/node_modules/ember-cli/node_modules/npm/node_modules/abbrev' 118045 verbose stack at destStatted (/Users/gena/.nvm/versions/node/v6.2.1/lib/node_modules/npm/lib/install/action/finalize.js:25:7) 118045 verbose stack at FSReqWrap.oncomplete (fs.js:117:15) 118045 verbose stack 118045 verbose stack Error: ENOENT: no such file or directory, rename '/Users/gena/.nvm/versions/node/v6.2.1/lib/node_modules/.staging/abbrev-2f33b7c6' -> '/Users/gena/.nvm/versions/node/v6.2.1/lib/node_modules/angular-cli/node_modules/ember-cli/node_modules/npm/node_modules/abbrev' 118045 verbose stack at Error (native) 118046 verbose cwd /Users/gena/ironbuzz/private/super-fitness 118047 error Darwin 15.5.0 118048 error argv "/Users/gena/.nvm/versions/node/v6.2.1/bin/node" "/Users/gena/.nvm/versions/node/v6.2.1/bin/npm" "i" "-g" "angular-cli" 118049 error node v6.2.1 118050 error npm v3.9.3 118051 error path /Users/gena/.nvm/versions/node/v6.2.1/lib/node_modules/.staging/abbrev-2f33b7c6 118052 error code ENOENT 118053 error errno -2 118054 error syscall rename 118055 error enoent ENOENT: no such file or directory, rename '/Users/gena/.nvm/versions/node/v6.2.1/lib/node_modules/.staging/abbrev-2f33b7c6' -> '/Users/gena/.nvm/versions/node/v6.2.1/lib/node_modules/angular-cli/node_modules/ember-cli/node_modules/npm/node_modules/abbrev' 118056 error enoent ENOENT: no such file or directory, rename '/Users/gena/.nvm/versions/node/v6.2.1/lib/node_modules/.staging/abbrev-2f33b7c6' -> '/Users/gena/.nvm/versions/node/v6.2.1/lib/node_modules/angular-cli/node_modules/ember-cli/node_modules/npm/node_modules/abbrev' 118056 error enoent This is most likely not a problem with npm itself 118056 error enoent and is related to npm not being able to find a file. 118057 verbose exit [ -2, true ]
The text was updated successfully, but these errors were encountered: