-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LibSass and Node Sass are deprecated #2572
Comments
https://github.com/nodejs/node-gyp/blob/master/docs/README.md |
Thank you very much for pointing that out. I have been following the instructions with no success though; node-gyp version still set at 3.8.0 after updating By looking at the last modification date, I confirmed that the global directory for node-gyp was
Must be doing something silly here but cannot figure it out... any idea? Also downgraded node to 14.17.0 and installed visual studio 2019 with desktop c++
|
the above result was for an ionic 3 project. However ran
Maybe I am using an unsupported node version... |
@javiercoh I had the exact same problem and the linked fix didn't help. YAML: steps:
- task: NodeTool@0
displayName: 'Use Node 14.15.0'
inputs:
versionSpec: 14.15.0 Having said that, while I appreciate this is not the full solution, but it is enough for your use case, so I'm posting it here. |
Thanks Pawel! i will try this out next week
El vie., 17 de dic. de 2021 7:27 a. m., Pawel Flajszer <
***@***.***> escribió:
… @javiercoh <https://github.com/javiercoh> I had the exact same problem
and the linked fix didn't help.
What did help was forcing the usage of a specific node version (just
replicated what I had on my machine):
YAML:
steps:
- task: ***@***.***
displayName: 'Use Node 14.15.0'
inputs:
versionSpec: 14.15.0
Having said that, while npm install finishes successfully, the node-gyp
version is still 3.6.2 and it still errors, but it doesn't prevent the
pipeline to fail.
I appreciate *this is not the full solution*, but it is enough for your
use case, so I'm posting it here.
—
Reply to this email directly, view it on GitHub
<#2572 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQA6ISMDFWWM6QHK6ZEFW63URMUDJANCNFSM5KD57QXQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
just update module
to the gulpfile.js to get rid off node-gyp. |
Damn
upd. |
Is deprecated as is |
For anyone who ends up here - you can also try what's documented in this link. It worked for us, without having to refactor our legacy apps away from |
Can you confirm if node-sass is deprecated, i have upgrading to Nodejsv18 from v8 my project uses node-sass@4.1.4 currently i get this error now any help much appreciated, |
node : 14.17.5
npm : 8.3.0
The text was updated successfully, but these errors were encountered: