npm install issue
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
Try installing the dependencies yourself.
npm install eslint@^4.9.0
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