Closed gmirmand closed 5 years ago
$ npm -v 6.9.0
$ node -v v12.5.0
$ node -p process.versions { node: '12.5.0', v8: '7.5.288.22-node.14', uv: '1.29.1', zlib: '1.2.11', brotli: '1.0.7', ares: '1.15.0', modules: '72', nghttp2: '1.38.0', napi: '4', llhttp: '1.1.4', http_parser: '2.8.0', openssl: '1.1.1c', cldr: '35.1', icu: '64.2', tz: '2019a', unicode: '12.1' }
$ node -p process.platform win32
$ node -p process.arch x64
Hello,
I have an error for a while when I try to install gulp-sass. The download directory of node-sass on windows is no longer the right one : The link of download is a 404 : https://github.com/sass/node-sass/releases/download/v4.9.3/win32-x64-72_binding.node
Thanks in advance
Fixed by do a npm i gulp-sass (and deleting the node_modules) that updating the composer-lock.json. Then the repo url was good
npm i gulp-sass
composer-lock.json
Hello,
I have an error for a while when I try to install gulp-sass. The download directory of node-sass on windows is no longer the right one : The link of download is a 404 : https://github.com/sass/node-sass/releases/download/v4.9.3/win32-x64-72_binding.node
Thanks in advance