npm -v): 6.4.1node -v): 10.14.1node -p process.versions): { http_parser: '2.8.0',
node: '10.14.1',
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.0j',
icu: '62.1',
unicode: '11.0',
cldr: '33.1',
tz: '2018e' }
node -p process.platform): linuxnode -p process.arch): x64node -p "require('node-sass').info"):node-sass 4.11.0 (Wrapper) [JavaScript] libsass 3.5.4 (Sass Compiler) [C/C++]npm ls node-sass): └─┬ @angular/[email protected]
└── [email protected]
Hello, unfortunately i'm having problems running npm install on my project, as you can see, my node-sass version is 4.11.0 what should work fine with node version 10+, however it tries to run build onto node-sass 3.13.1 as the message says:
```npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] postinstall: node scripts/build.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/guylhermetabosa/.npm/_logs/2018-12-11T19_35_32_524Z-debug.log
```
I'm using n as node version manager, the issue only happens with v10 of node, with v6 it was working fine.
Here is the link of the command complete log:
npm install log
npm ERR! [email protected] postinstall: node scripts/build.js
https://github.com/sass/node-sass#supported-nodejs-versions-vary-by-release-please-consult-the-releases-page-below-is-a-quick-guide-for-minimium-support
Looks like you have two versions of node-sass in your dependency tree. You
can confirm with npm ls node-sass
On Wed., 12 Dec. 2018, 7:32 am Nick Schonning <[email protected]
wrote:
Closed #2567 https://github.com/sass/node-sass/issues/2567.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/sass/node-sass/issues/2567#event-2019795606, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAjZWLat_emXSHklUA547QlIoDAkfF2Mks5u4BZigaJpZM4ZOH9s
.
Hello @xzyfer, there is only one node-sass version that comes angular-cli version 1.4.9 with node-sass 4.11.0
Update: One of my private libs was using gulp-sass version 4.0.1, which uses node-sass version: 4.8.3, that might be the root cause.
Thanks for the support,
Regards.
Update: One of my private libs was using gulp-sass version 4.0.1, which uses node-sass version: 4.8.3, that might be the root cause.
Thanks for the support,
Regards.
How do you solve this?
npm update node-sass
On Wed., 19 Jun. 2019, 7:52 am Santosh Pasupunuri, notifications@github.com
wrote:
Update: One of my private libs was using gulp-sass version 4.0.1, which
uses node-sass version: 4.8.3, that might be the root cause.Thanks for the support,
Regards.How do you solve this?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/sass/node-sass/issues/2567?email_source=notifications&email_token=AAENSWG6GOZQIAJVELJI2VLP3HCSJA5CNFSM4GJYP5WKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYAYQ3A#issuecomment-503416940,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAENSWELNSKIHWWSCHGBWKDP3HCSJANCNFSM4GJYP5WA
.