尝试npm install ent时出错

时间:2013-11-26 16:51:44

标签: node.js

当“npm install ent”(在win8.1和win2003上)时,它会触发错误:

C:\inner>npm install ent
npm http GET https://registry.npmjs.org/ent
npm http 304 https://registry.npmjs.org/ent
npm http GET https://registry.npmjs.org/ent/-/ent-0.1.0.tgz
npm http 200 https://registry.npmjs.org/ent/-/ent-0.1.0.tgz

> ent@0.1.0 prepublish c:\Users\admin\AppData\Local\Temp\npm-4436-heZG7-o8\ent-0
.1.01385483210773-0.007000790908932686\package
> node build/index.js


module.js:333
    throw err;
          ^
Error: Cannot find module 'c:\Users\admin\AppData\Local\Temp\npm-4436-heZG7-o8\e
nt-0.1.01385483210773-0.007000790908932686\package\build\index.js'
    at Function.Module._resolveFilename (module.js:331:15)
    at Function.Module._load (module.js:273:25)
    at Function.Module.runMain (module.js:490:10)
    at startup (node.js:123:16)
    at node.js:1027:3
npm ERR! addLocalDirectory Could not pack "c:\\Users\\admin\\AppData\\Local\\Tem
p\\npm-4436-heZG7-o8\\ent-0.1.01385483210773-0.007000790908932686\\package" to "
C:\\Users\\admin\\AppData\\Roaming\\npm-cache\\ent\\0.1.0\\package.tgz"
npm ERR! ent@0.1.0 prepublish: `node build/index.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the ent@0.1.0 prepublish script.
npm ERR! This is most likely a problem with the ent package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node build/index.js
npm ERR! You can get their info via:
npm ERR!     npm owner ls ent
npm ERR! There is likely additional logging output above.

npm ERR! System Windows_NT 6.2.9200
npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nod
ejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "ent"
npm ERR! cwd C:\inner
npm ERR! node -v v0.11.9
npm ERR! npm -v 1.3.15
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     C:\inner\npm-debug.log
npm ERR! 

not ok code 0

尝试从非存在目录“build”执行脚本。

我需要这个pkg用于“npm install nodemailer”,安装时也会出现火灾错误,因为“ent”无法正常安装。

0 个答案:

没有答案