-
Notifications
You must be signed in to change notification settings - Fork 346
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
I am new to npm and angular, I tried on windows 8.1, i was able to complete npm install, but npm start gave error #101
Comments
Here is http-server where it is showing a syntax error I guess #!/usr/bin/env node var colors = require('colors'), if (argv.h || argv.help) { var port = argv.p || parseInt(process.env.PORT, 10), if (!argv.s && !argv.silent) { if (!port) { function listen(port) { if (argv.cors) { if (ssl) { var server = httpServer.createServer(options);
}); if (process.platform === 'win32') { process.on('SIGINT', function() { |
C:\Pranay\Cloned_FrontEnd [master +5 ~1 -0 !]> npm start
'.' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "s
tart"
npm ERR! node v0.12.4
npm ERR! npm v2.10.1
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start:
. npm ERR! ode_modules/http-server/bin/http-server
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script '.
npm ERR! ode_modules/http-server/bin/http-server'.
npm ERR! This is most likely a problem with the tracklabs-angular-client package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! .
npm ERR! ode_modules/http-server/bin/http-server
npm ERR! You can get their info via:
npm ERR! npm owner ls tracklabs-angular-client
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! C:\Pranay\Cloned_FrontEnd\npm-debug.log
The text was updated successfully, but these errors were encountered: