Open esemen opened 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
To bypass the issue, the package-lock.json file can be deleted before npm install.
"npm install" gets an error. It may be related to "vnerd.com" which is currently unreachable.