简体   繁体   English

安装NPM搜寻器

[英]installing NPM crawler

I am trying to install NPM crawler on windows using command 我正在尝试使用命令在Windows上安装NPM搜寻器

npm install crawler

It is failing to install with following debug info 使用以下调试信息无法安装

5874 error Error: ENOENT, lstat 'E:\Project\test\node_modules\crawler\node_modules\request\node_modules\hawk\node_modules\sntp\node_modules\hoek\images\hoek.png'
5875 error If you need help, you may report this log at:
5875 error     <http://github.com/isaacs/npm/issues>
5875 error or email it to:
5875 error     <npm-@googlegroups.com>
5876 error System Windows_NT 6.1.7600
5877 error command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "crawler"
5878 error cwd E:\Project\test
5879 error node -v v0.10.17
5880 error npm -v 1.3.8
5881 error path E:\Project\test\node_modules\crawler\node_modules\request\node_modules\hawk\node_modules\sntp\node_modules\hoek\images\hoek.png
5882 error fstream_path E:\Project\test\node_modules\crawler\node_modules\request\node_modules\hawk\node_modules\sntp\node_modules\hoek\images\hoek.png
5883 error fstream_type File
5884 error fstream_class FileWriter
5885 error code ENOENT
5886 error errno 34
5887 error fstream_stack C:\Program Files\nodejs\node_modules\npm\node_modules\fstream\lib\writer.js:284:26
5887 error fstream_stack Object.oncomplete (fs.js:107:15)
5888 verbose exit [ 34, true ]

There was a issue with npm website and it was not responding well. npm网站出现问题,反应不佳。 Same command worked next day. 第二天执行相同的命令。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM