jmcooper / build-a-bot-server

21 stars 43 forks source link

Failed to install #3

Open esemen opened 3 years ago

esemen commented 3 years ago

"npm install" gets an error. It may be related to "vnerd.com" which is currently unreachable.

$ npm i

npm ERR! code ENOTFOUND
npm ERR! syscall getaddrinfo
npm ERR! errno ENOTFOUND
npm ERR! network request to http://repository.vnerd.com/artifactory/api/npm/npm-pluralsight/type-is/-
/type-is-1.6.16.tgz?dl=https://registry.npmjs.org/type-is/-/type-is-1.6.16.tgz failed, reason: getadd
rinfo ENOTFOUND repository.vnerd.com
esemen commented 3 years ago

To bypass the issue, the package-lock.json file can be deleted before npm install.