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 Mar 16, 2021. It is now read-only.
I tried running npm install on this but it threw out a 404 error message when trying to install node-sass (I assume this is a dependency of some module being used).
For anyone who is still having this issue, Node recently moved 12.x to LTS, and it seems like Azure DevOps is now using Node 12.x instead of Node 10.x for builds when the node version isn't specified.
To resolve the issue, I added a Node.js Tool Installer task build step to our build pipeline to specify which version of Node to use for Node commands.
The text was updated successfully, but these errors were encountered:
I tried running npm install on this but it threw out a 404 error message when trying to install node-sass (I assume this is a dependency of some module being used).
A potential fix is found at the below page.
sass/node-sass#2779 (comment)
The text was updated successfully, but these errors were encountered: