在尝试启动AngularJS应用程序时,我收到了NPM安装和NPM启动的错误
我试过npm安装
和npm启动
(我也用sudo尝试了上面的命令)
..。
执行这些命令后,我将收到以下错误:
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/nodejs', '/usr/bin/npm', 'start' ]
2 info using npm@1.2.18
3 info using node@v0.10.15
4 verbose read json /home/raheela
我能知道这里有什么问题吗?我一无所知。谢谢。
npm ERR! angular-phonecat@0.0.0 prestart: `npm install`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the angular-phonecat@0.0.0 prestart script.
npm ERR! This is most likely a problem with the angular-phonecat package,
npm ERR! not with npm itself.
npm ERR! Tell the autho
我下载了Angular phonecat示例phoject,移动到这个目录,并尝试了'npm start‘命令。结果:
0 info it worked if it ends with ok
1 verbose cli [ 'node',
1 verbose cli '/usr/local/Cellar/nvm/0.17.2/v0.10.32/bin/npm',
1 verbose cli 'start' ]
2 info using npm@2.1.4
3 info using node@v0.10.32
4 verbose r
我正在学习AngularJS。为此,我遵循并签出了示例(git clone --depth=14 https://github.com/angular/angular-phonecat.git)的代码。
然后,我运行了npm install和npm install -g bower。
最后,我尝试使用npm start启动web服务器。
它没有工作,我得到了以下错误输出:
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\\\node.exe',
1 verbose c
当我进入第一页的最后一点-- "e2e using protractor“时,我在一个新的命令窗口中执行了"npm run ”,同时本地站点也在运行,同时karma也在运行,但我得到了以下错误日志:
0 info it worked if it ends with ok
1 verbose cli [ 'c:\\Program Files\\nodejs\\node.exe',
1 verbose cli 'c:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 ve
我在使用git bash克隆git存储库时遇到了问题。
基本上,我尝试从angular js教程中执行以下操作
#Clone the angular-phonecat repository located at Github by running the following command:
git clone https://github.com/angular/angular-phonecat.git
然而,当我这样做的时候,它似乎挂起了,在克隆到angular-phonecar目录时失败。请参见屏幕截图。网址是积极的,我可以打开它时,我加载到我的浏览器?所以我在想我的端口可能被封锁了?不