2016-05-28 1 views
1

Chaque fois que j'obtiens une erreur avec npm, il imprime environ 20 lignes d'erreur Darwin inutile. Par exemple, si je lance eslint avec npm run lint et il détecte les erreurs de charpie, je reçois ceci:Est-il normal que les erreurs de npm soient si bavardes?

/Users/testerez/projects/test/webpack.config.js 
    11:7 error 'modules' is defined but never used no-unused-vars 

✖ 1 problem (1 errors, 0 warnings) 


npm ERR! Darwin 15.5.0 
npm ERR! argv "/Users/testerez/.nvm/versions/node/v4.4.2/bin/node" "/Users/testerez/.nvm/versions/node/v4.4.2/bin/npm" "run" "lint" 
npm ERR! node v4.4.2 
npm ERR! npm v3.8.5 
npm ERR! code ELIFECYCLE 
npm ERR! [email protected] lint: `eslint . --fix` 
npm ERR! Exit status 1 
npm ERR! 
npm ERR! Failed at the [email protected] lint script 'eslint . --fix'. 
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 test package, 
npm ERR! not with npm itself. 
npm ERR! Tell the author that this fails on your system: 
npm ERR!  eslint . --fix 
npm ERR! You can get information on how to open an issue for this project with: 
npm ERR!  npm bugs test 
npm ERR! Or if that isn't available, you can get their info via: 
npm ERR!  npm owner ls test 
npm ERR! There is likely additional logging output above. 

npm ERR! Please include the following file with any support request: 
npm ERR!  /Users/testerez/projects/test/npm-debug.log 

J'ai vécu avec elle pendant des mois maintenant, mais je l'ai trouvé bruyant et je me demande si c'est le comportement attendu.

fonctionnement:
noeud v4.4.2 installé avec NVM
NPM 3.8.5
sur OSX el Capitan

+1

Réponse courte: oui. – afuous

Répondre