doasync / eslint-config-airbnb-bundle

ESLint bundled with Airbnb config
MIT License
4 stars 2 forks source link

Can't install #2

Open rudolfbyker opened 5 years ago

rudolfbyker commented 5 years ago

Running sudo npm install --global eslint-config-airbnb-bundle produces the following:

/usr/local/lib
└── (empty)

npm ERR! Linux 4.15.0-36-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" "--global" "eslint-config-airbnb-bundle"
npm ERR! node v8.10.0
npm ERR! npm  v3.5.2
npm ERR! path /usr/local/lib/node_modules/.staging/@babel/highlight-55040125
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall rename

npm ERR! enoent ENOENT: no such file or directory, rename '/usr/local/lib/node_modules/.staging/@babel/highlight-55040125' -> '/usr/local/lib/node_modules/eslint-config-airbnb-bundle/node_modules/@babel/highlight'
npm ERR! enoent ENOENT: no such file or directory, rename '/usr/local/lib/node_modules/.staging/@babel/highlight-55040125' -> '/usr/local/lib/node_modules/eslint-config-airbnb-bundle/node_modules/@babel/highlight'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent 

npm ERR! Please include the following file with any support request:
npm ERR!     /usr/local/lib/node_modules/npm-debug.log
npm ERR! code 1

The contents of /usr/local/lib/node_modules/npm-debug.log is attached. npm-debug.log

rudolfbyker commented 5 years ago

sudo npm install --global eslint-config-airbnb-bundle@1.2.0 works just fine for me. The 2.*.* versions do not.