Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/node.js/35.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Node.js 安装npm i-g meteor em失败_Node.js_Ubuntu_Meteor - Fatal编程技术网

Node.js 安装npm i-g meteor em失败

Node.js 安装npm i-g meteor em失败,node.js,ubuntu,meteor,Node.js,Ubuntu,Meteor,安装meteor-em失败。我已安装fibers@1.0.1节点gyp 节点-V5.6.0。 python版本已安装2.7.5。 我正在使用Ubuntu 14.04 1518 verbose stack Error: fibers@1.0.1 install: `node ./build.js` 1518 verbose stack Exit status 1 1518 verbose stack at EventEmitter.<anonymous> (/usr/local

安装meteor-em失败。我已安装fibers@1.0.1节点gyp 节点-V5.6.0。 python版本已安装2.7.5。 我正在使用Ubuntu 14.04

1518 verbose stack Error: fibers@1.0.1 install: `node ./build.js`
1518 verbose stack Exit status 1
1518 verbose stack     at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:232:16)
1518 verbose stack     at emitTwo (events.js:100:13)
1518 verbose stack     at EventEmitter.emit (events.js:185:7)
1518 verbose stack     at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:24:14)
1518 verbose stack     at emitTwo (events.js:100:13)
1518 verbose stack     at ChildProcess.emit (events.js:185:7)
1518 verbose stack     at maybeClose (internal/child_process.js:827:16)
1518 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
1519 verbose pkgid fibers@1.0.1
1520 verbose cwd /home/h3dgeh0g/Projects/meteor_bastard/jira/node_modules
1521 error Linux 3.19.0-54-generic
1522 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "i" "-g" "meteor-em"
1523 error node v5.6.0
1524 error npm  v3.6.0
1525 error code ELIFECYCLE
1526 error fibers@1.0.1 install: `node ./build.js`
1526 error Exit status 1
1527 error Failed at the fibers@1.0.1 install script 'node ./build.js'.
1527 error Make sure you have the latest version of node.js and npm installed.
1527 error If you do, this is most likely a problem with the fibers package,
1527 error not with npm itself.
1527 error Tell the author that this fails on your system:
1527 error     node ./build.js
1527 error You can get information on how to open an issue for this project with:
1527 error     npm bugs fibers
1527 error Or if that isn't available, you can get their info via:
1527 error     npm owner ls fibers
1527 error There is likely additional logging output above.
1528 verbose exit [ 1, true ]
1518详细堆栈错误:fibers@1.0.1install:`node./build.js`
1518详细堆栈退出状态1
1518事件发射器上的详细堆栈。(/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:232:16)
1518 emitTwo上的详细堆栈(events.js:100:13)
1518 EventEmitter.emit处的详细堆栈(events.js:185:7)
1518子进程上的详细堆栈。(/usr/local/lib/node_modules/npm/lib/utils/spawn.js:24:14)
1518 emitTwo上的详细堆栈(events.js:100:13)
1518 ChildProcess.emit处的详细堆栈(events.js:185:7)
1518 maybeClose的详细堆栈(internal/child_process.js:827:16)
1518 Process.ChildProcess.\u handle.onexit处的详细堆栈(internal/child\u Process.js:211:5)
1519详细的pkgidfibers@1.0.1
1520详细cwd/home/h3dgeh0g/Projects/meteor_Burst/jira/node_模块
1521错误Linux 3.19.0-54-generic
1522错误argv“/usr/local/bin/node”“/usr/local/bin/npm”“i”“-g”“meteor em”
1523错误节点v5.6.0
1524错误npm v3.6.0
1525错误代码ELIFECYCLE
1526错误fibers@1.0.1install:`node./build.js`
1526错误退出状态1
1527错误在测试时失败fibers@1.0.1安装脚本“node./build.js”。
1527错误确保已安装最新版本的node.js和npm。
1527错误如果您这样做,这很可能是光纤包的问题,
1527错误与npm本身无关。
1527错误告诉作者此操作在您的系统上失败:
1527错误节点。/build.js
1527错误您可以通过以下方式获取有关如何打开此项目问题的信息:
1527错误npm错误光纤
1527错误或如果不可用,您可以通过以下方式获取他们的信息:
1527错误npm所有者ls光纤
1527错误上面可能有额外的日志输出。
1528详细退出[1,true]

meteor em
软件包已被弃用,取而代之的是
iron meteor


改用
$npm install-g iron meteor

您应该发布错误之前的日志部分,因为您可能会在那里找到原因。