-
Notifications
You must be signed in to change notification settings - Fork 24
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
Executing npm install never finishes #31
Comments
I had the same experience yesterday. Didn't finish. Aborted. Retry didn't work. Aborted. |
What are your node and npm versions? |
Node - v 8.9.4 |
Guys, i am really sorry, but i wan't able to reproduce your problem. Can you please try to clear the cache, or even reinstall node and try again? |
Which cache to clear? |
Did not help. |
Hi, try this please.
|
PS K:\Project1> rm -rf package-lock.json
|
1 - DELETE the file |
I'm marking this as resolved (on my part). @markzolotoy , maybe you can try this: I deleted my node_modules folder; followed the installation steps using After it failed, this time I ran
@jvitor83 great job on this project. Beautifully done. Thank you! |
My guess is that the |
Yes, these four steps helped. Thank you! For the future reference what exactly it was? I do get a few warnings: WARNING in ./node_modules/ionic-angular/util/ng-module-loader.js Is it critical? |
@markzolotoy this not problem, you can see here explanation. |
After cloning the project I am running npm install. Here is what I get
PS K:\Project1> npm install
npm WARN tar ENOENT: no such file or directory, open 'K:\Project1\node_modules.staging\nan-1c7803b7\doc\new.md'
npm WARN tar ENOENT: no such file or directory, open 'K:\Project1\node_modules.staging\nan-1c7803b7\doc\asyncworker.md'
npm WARN tar ENOENT: no such file or directory, open 'K:\Project1\node_modules.staging\nan-1c7803b7\doc\callback.md'
npm WARN tar ENOENT: no such file or directory, open 'K:\Project1\node_modules.staging\nan-1c7803b7\doc\converters.md'
npm WARN tar ENOENT: no such file or directory, open 'K:\Project1\node_modules.staging\nan-1c7803b7\doc\errors.md'
npm WARN tar ENOENT: no such file or directory, open 'K:\Project1\node_modules.staging\nan-1c7803b7\doc\json.md'
npm WARN tar ENOENT: no such file or directory, open 'K:\Project1\node_modules.staging\nan-1c7803b7\doc\maybe_types.md'
npm WARN [email protected] No repository field.
npm ERR! code ETARGET
npm ERR! notarget No matching version found for [email protected]
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of 'angular-pwa-seed'
npm ERR! notarget
And the command is not finishing.
Actually it did finish. Should I be concerned with errors?
I guess, I should be because next command did not work at all:
PS K:\Project1> npm run start
'ng' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] ng:
ng "serve" "--port" "5555" "--aot"
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] ng script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Mark\AppData\Roaming\npm-cache_logs\2018-03-22T09_10_42_892Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start:
npm run ng -- serve --port 5555 --aot
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Mark\AppData\Roaming\npm-cache_logs\2018-03-22T09_10_42_923Z-debug.log
Can you please help?
Thanks
The text was updated successfully, but these errors were encountered: