Open vadimyen opened 4 years ago
hello!
I have the same issue when using npm install --save-dev
The error given below:
Downloading binary from https://github.com/sass/node-sass/releases/download/v4.14.1/linux-x64-88_binding.node Cannot download "https://github.com/sass/node-sass/releases/download/v4.14.1/linux-x64-88_binding.node":
HTTP error 404 Not Found
When looking on github there is no linux-x64-88_binding.node under v4.14.1
npm -v
= 6.14.9
node -v
= 15.2.1
Everything is okay when i use plain
npm install
ornpm ci
, but now I want to install just devDeps in some jobs on CI and try running the commandnpm install --only=dev
as non-root user (as usual), but get the error locally and on CI:The content of
/home/vadim/.npm/_logs/2020-08-16T08_43_54_641Z-debug.log
:What can be the reason of that?
npm -v
): 6.14.7node -v
): v12.18.2node -p process.versions
):node -p process.platform
): linuxnode -p process.arch
): x64node -p "require('node-sass').info"
):npm ls node-sass
): node-sass@4.14.1