bitcore icon indicating copy to clipboard operation
bitcore copied to clipboard

npm install issue

Open piyushmaloo38 opened this issue 4 years ago • 3 comments

my setup ubuntu 18.04 lts nvm 10.23.2 mogodb-server 3.6

when trying to npm install in bitcore root directory getting this error:

npm WARN [email protected] requires a peer of eslint@^4.9.0 but none is installed. You must install peer dependencies yourself. npm WARN [email protected] requires a peer of [email protected] - 4.x but none is installed. You must install peer dependencies yourself. npm WARN @8.23.1 No description npm WARN @8.23.1 No repository field. npm WARN @8.23.1 No license field.

audited 1071 packages in 100.432s

35 packages are looking for funding run npm fund for details

found 16 low severity vulnerabilities run npm audit fix to fix them, or npm audit for details

piyushmaloo38 avatar Feb 17 '21 04:02 piyushmaloo38

Try installing the dependencies yourself.

npm install eslint@^4.9.0

skypper avatar Feb 17 '21 15:02 skypper

I encountered problems when running npm install which were fixed by setting unsafe-perm to true. https://stackoverflow.com/questions/18136746/npm-install-failed-with-cannot-run-in-wd

skypper avatar Feb 18 '21 16:02 skypper