You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
When i run npm ci with --cache option node-sass seems ignore it, because it starts to download binary. But after downloading it put binary by path, that provided in --cache path.
The text was updated successfully, but these errors were encountered:
npm -v
):6.11.3
node -v
):v10.17.0
node -p process.versions
):node -p process.platform
):darwin
node -p process.arch
):x64
node -p "require('node-sass').info"
):node-sass 4.13.1 (Wrapper) [JavaScript]
libsass 3.5.4 (Sass Compiler) [C/C++]
npm ls node-sass
):[email protected]
When i run
npm ci
with--cache
optionnode-sass
seems ignore it, because it starts to download binary. But after downloading it put binary by path, that provided in--cache
path.The text was updated successfully, but these errors were encountered: