-
Notifications
You must be signed in to change notification settings - Fork 9
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
spawn npm ENOENT #1
Comments
Thanks for notice. Can you please check again? |
I installed the latest project update |
@samikhaled on Windows maybe? |
Got the same issue. On Windows 10. |
Thanks for reporting, let me check that on Windows and I'll make a fix asap. |
Hi , I am facing below issue while running on windows 10. Error: spawn npm ENOENT |
I appreciate if you help me to get it fixed |
can you please provide full error? |
0 info it worked if it ends with ok |
when I have performed - npm run roll |
can you try to change typescript version to match exact 2.0.10 in package.json, then remove node_modules and install it again. |
Prepairing project for production, please wait...C:\Pluralsight Trainings\AngularJS2.0\ng2-file-manager-master\dist deleted. Error: spawn rollup ENOENT npm ERR! Windows_NT 10.0.14393 |
I have installed typescript@2.0.10 & deleted node_modules , however I still get same error. |
Looks like you are running some really old version of this starter. Can you
clone the latest?
…On Thu, 8 Dec 2016 at 20:23, VIPINSAINI17 ***@***.***> wrote:
I have installed ***@***.*** & deleted node_modules , however I
still get same error.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABtntiVcI3ket8gOt-bzuJxg2jUVZkCtks5rGFkhgaJpZM4JygTO>
.
|
I have tried all the options ..no luck yet.... Can you please help..? I appreciate your help |
Please check last message. |
I have taken latest code from repo ...very latest .. I am using given version - " Latest commit 246aaf6 on Sep 4" |
Looks like we are not talking about same projects, last commit from this project is Dec 5. |
d:\AngularJS\Tutorials\New\Apps\angular2-rollup-starter>npm run serve
Starting initial build...
events.js:160
throw er; // Unhandled 'error' event
^
Error: spawn npm ENOENT
at exports._errnoException (util.js:1008:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:182:32)
at onErrorNT (internal/child_process.js:348:16)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)
npm ERR! Windows_NT 10.0.10586
npm ERR! argv "C:\Program Files\nodejs\node.exe" "D:\Apps\NodeData\npm\node_modules\npm\bin\npm-cli.js" "run" "serve"
npm ERR! node v6.3.0
npm ERR! npm v3.10.6
npm ERR! code ELIFECYCLE
npm ERR! angular2-rollup-starter@1.0.0 serve:
node ./scripts/server.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the angular2-rollup-starter@1.0.0 serve script 'node ./scripts/server.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the angular2-rollup-starter package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node ./scripts/server.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs angular2-rollup-starter
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls angular2-rollup-starter
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! d:\AngularJS\Tutorials\New\Apps\angular2-rollup-starter\npm-debug.log
The text was updated successfully, but these errors were encountered: