npm ERR! code E404 npm ERR! 404 Not Found - GET https://codeload.github.com/ariya/esprima/legacy.tar.gz/master
Вопрос вот в чем
{
"name": "oldProject",
"version": "0.1.0",
"devDependencies": {
"coffee-script": "~1.7.1",
"grunt": "^1.1.0",
"grunt-cli": "~1.2.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-sass": "~0.7.3",
"grunt-contrib-uglify": "0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-extjs-dependencies": "^0.2.5",
"grunt-maven": "~1.1.0",
"shortid": "^2.2.6"
},
"dependencies": {
"coffeescript": "^2.5.1"
}
}
node -v v10.24.1
npm -v 6.14.12
Команда npm install
Ошибка
npm WARN deprecated [email protected]: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
npm WARN deprecated [email protected]: use [cross-spawn](https://github.com/IndigoUnited/node-cross-spawn) or [cross-spawn-async](https://github.com/IndigoUnited/node-cross-spawn-async) instead.
npm WARN deprecated [email protected]: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
npm WARN deprecated [email protected]: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm ERR! code E404
npm ERR! 404 Not Found - GET https://codeload.github.com/ariya/esprima/legacy.tar.gz/master
npm ERR! 404
npm ERR! 404 'esprima@https://github.com/ariya/esprima/tarball/master' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'jshint'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
Я понимаю что эта ошибка означает, но эта ошибка появляется только на машине с macos, на ubuntu все собирается без проблем, в чем может быть причина такого поведения?