我在尝试运行时出错了:
$babel-node ./server.jsCLI已被移动到包babel-cli中。
$ npm install -g babel-cli当我安装它并再次运行它时,它会再次请求它。有人遇到这种情况吗?似乎无法向前迈进。
npm ERR! Darwin 15.0.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "start"
npm ERR! node v5.1.0
npm ERR! npm v3.5.0
npm ERR! code ELIFECYCLE
npm ERR! relay-starter-kit@0.1.0 start: `babel-node ./server.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the relay-starter-kit@0.1.0 start script 'babel-node ./server.js'.
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 relay-starter-kit package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! babel-node ./server.js
npm ERR! You can get their info via:
npm ERR! npm owner ls relay-starter-kit
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/diogo/Projects/cf-ophite/npm-debug.log发布于 2015-11-27 13:35:46
巴贝尔版本6 分拆一些包裹。
npm install -g babel-cli之后打开一个新的终端窗口?npm install -g babel@5npm rebuild。npm installhttps://stackoverflow.com/questions/33958525
复制相似问题