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.
node-sass won't run and throughs an extremely cryptic error: stack exit status 1.
ive tried various different versions of node / node-sass and also completely removing and re-installing node. no idea whats broken, but it sounds like this is a common problem.
below is my log output and relevant versioning info.
What command are you running that is going to get ['-c', 'node-sass css -o output'] parameters?
Can you prepare a small repository or a script to reproduce the problem?
node-sass won't run and throughs an extremely cryptic error: stack exit status 1.
ive tried various different versions of node / node-sass and also completely removing and re-installing node. no idea whats broken, but it sounds like this is a common problem.
below is my log output and relevant versioning info.
npm -v
): 6.41node -v
): 10.13.0node -p process.versions
): { http_parser: '2.8.0',node: '10.13.0',
v8: '6.8.275.32-node.36',
uv: '1.23.2',
zlib: '1.2.11',
ares: '1.14.0',
modules: '64',
nghttp2: '1.34.0',
napi: '3',
openssl: '1.1.0i',
icu: '62.1',
unicode: '11.0',
cldr: '33.1',
tz: '2018e' }
node -p process.platform
): darwinnode -p process.arch
): x64node -p "require('node-sass').info"
):node-sass 4.12.0 (Wrapper) [JavaScript]
libsass 3.5.4 (Sass Compiler) [C/C++]
npm ls node-sass
):├── node-sass@4.12.0
└─┬ node-sass-middleware@0.11.0
└── node-sass@4.12.0 deduped
output of npm logs
The text was updated successfully, but these errors were encountered: