2017-12-18 311 views
0

我想安装jsbin。
使用jsbin做到这一点。
我收到以下错误消息。
荫做在linux.The命令我使用的是npm install jsbin给出错误

sudo npm install -g jsbin 

我得到这个错误

npm WARN deprecated [email protected]: All versions below 4.0.1 of Nodemailer are deprecated. See https://nodemailer.com/status/ 
/usr/local/bin/jsbin -> /usr/local/lib/node_modules/jsbin/bin/jsbin 

> [email protected] postinstall /usr/local/lib/node_modules/jsbin 
> grunt build 

>> Local Npm module "grunt-contrib-uglify" not found. Is it installed? 
>> Local Npm module "grunt-contrib-jshint" not found. Is it installed? 
>> Local Npm module "grunt-contrib-concat" not found. Is it installed? 
Warning: Task "concat" not found. Use --force to continue. 

Aborted due to warnings. 
npm ERR! code ELIFECYCLE 
npm ERR! errno 3 
npm ERR! [email protected] postinstall: `grunt build` 
npm ERR! Exit status 3 
npm ERR! 
npm ERR! Failed at the [email protected] postinstall script. 
npm ERR! This is probably not a problem with npm. There is likely additional logging output above. 

npm ERR! A complete log of this run can be found in: 
npm ERR!  /home/numan/.npm/_logs/2017-12-18T12_29_50_208Z-debug.log 

我应该怎么做?

回答

1

将jsbin存储库克隆到您的机器上。

进入jsbin文件夹并做npm install

还有更多的细节https://github.com/jsbin/jsbin/blob/master/docs/running-your-own-jsbin.md#node

我与故宫安装它安装-g jsbin有同样的问题,但通过克隆它工作正常git仓库。

+0

它工作。但现在我得到了另一个错误。在配置期间这一个。 –

+0

它的完成谢谢你。 –