Cannot find module 'babel-eslint'
gsklee opened this issue · 2 comments
gsklee commented
$ semistandard
semistandard: Use Semicolons For All! (https://github.com/Flet/semistandard)
/Users/kaylee/Projects/GitHub/gsklee/frontier/source/scripts/main.js:0:0: Cannot find module 'babel-eslint'
/Users/kaylee/Projects/GitHub/gsklee/frontier/source/scripts/test/test.js:0:0: Cannot find module 'babel-eslint'
$ npm ls --depth=0 -g
/Users/kaylee/.nvm/versions/io.js/v3.3.0/lib
├── npm@2.13.3
├── npm-check-updates@2.2.0
└── semistandard@7.0.2
Any ideas?
cc @feross
gsklee commented
Both main.js
and test.js
contain exactly only one line:
var x = 1;
gsklee commented
......Apparently I need to install babel-eslint
. Nothing to see here...