2017-12-18 18 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을 실행하십시오.

내가 -g jsbin를 설치 NPM과를 설치하여 동일한 문제가 있었지만, 제대로 일하는 자식 저장소를 복제하여 자세한 내용

https://github.com/jsbin/jsbin/blob/master/docs/running-your-own-jsbin.md#node있다.

+0

효과가있었습니다. 하지만 이제는 또 다른 오류가 발생합니다. 구성 중이 오류가 발생했습니다. –

+0

감사합니다. –