最新消息: 电脑我帮您提供丰富的电脑知识,编程学习,软件下载,win7系统下载。

npm install jsbin给出错误

IT培训 admin 6浏览 0评论

npm install jsbin给出错误

我正在尝试安装jsbin。 用jsbin做吧。 我收到以下错误。 我在linux上做它。我用的命令是

sudo npm install -g jsbin

我收到这个错误

npm WARN deprecated [email protected]: All versions below 4.0.1 of Nodemailer are deprecated. See /
/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

我该怎么办?

回答如下:

将jsbin存储库克隆到您的计算机。

进入jsbin文件夹并做npm install

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

我通过使用npm install -g jsbin安装它时遇到了同样的问题,但通过克隆git存储库它可以正常工作。

npm install jsbin给出错误

我正在尝试安装jsbin。 用jsbin做吧。 我收到以下错误。 我在linux上做它。我用的命令是

sudo npm install -g jsbin

我收到这个错误

npm WARN deprecated [email protected]: All versions below 4.0.1 of Nodemailer are deprecated. See /
/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

我该怎么办?

回答如下:

将jsbin存储库克隆到您的计算机。

进入jsbin文件夹并做npm install

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

我通过使用npm install -g jsbin安装它时遇到了同样的问题,但通过克隆git存储库它可以正常工作。

与本文相关的文章

发布评论

评论列表 (0)

  1. 暂无评论