我在试着安装jsbin。
和jsbin一起做的。
我得到以下错误。
我是用我用的linux.The命令来做的
sudo npm install -g jsbin我知道这个错误
npm WARN deprecated nodemailer@2.7.2: 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
> jsbin@4.0.3 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! jsbin@4.0.3 postinstall: `grunt build`
npm ERR! Exit status 3
npm ERR!
npm ERR! Failed at the jsbin@4.0.3 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我该怎么办?
发布于 2017-12-21 07:31:56
将jsbin存储库克隆到您的计算机上。
进入jsbin文件夹并执行npm install。
有更多的细节https://github.com/jsbin/jsbin/blob/master/docs/running-your-own-jsbin.md#node
通过使用installing -g jsbin安装它,我也遇到了同样的问题,但通过克隆它正常工作的git存储库,我也遇到了同样的问题。
https://stackoverflow.com/questions/47868666
复制相似问题