npm安装失败并出错

时间:2016-10-18 08:59:43

标签: node.js angular npm

我正在按照本教程enter link description here进行操作,但我在12:41被卡住了。我在视频说明中下载了种子项目以下链接,并在Windows 7上以管理员身份发布了somman npm install。但是我收到了以下错误:

C:\development\angular2\angular2-seed>npm install

> angular2-quickstart@1.0.0 postinstall C:\development\angular2\angular2-seed
> typings install

(I translated following lines to English)
typings is not name of an command, executable or batch.

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\ch
okidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@
1.0.14: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"
})
npm WARN angular2-quickstart@1.0.0 No description
npm WARN angular2-quickstart@1.0.0 No repository field.
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\Administrator\\A
ppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! node v4.6.0
npm ERR! npm  v3.10.8
npm ERR! code ELIFECYCLE
npm ERR! angular2-quickstart@1.0.0 postinstall: `typings install`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the angular2-quickstart@1.0.0 postinstall script 'typings ins
tall'.
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-quickstart p
ackage,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     typings install
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs angular2-quickstart
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls angular2-quickstart
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     C:\development\angular2\angular2-seed\npm-debug.log

请指教。谢谢。

编辑: 附加文件npm-debug.log:enter link description here 随附文件package.json:enter link description here

2 个答案:

答案 0 :(得分:3)

许可问题。它可能与windows中的路径名有关。

在Git Bash或Windows Powershell中检查相同内容。

您可以将NODE路径设置为:set NODE_PATH=source

删除node_modules并再次运行npm install

答案 1 :(得分:-1)

尝试卸载软件包,

{{#if in_development}}
 In Development
{{else}}
 In Production
{{/if}}

更新文件,

    sudo apt-get remove npm

然后重新安装

    sudo apt-get update

如果审核有问题

    sudo apt-get install npm