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 Jan 26, 2022. It is now read-only.
I get this error when trying to run
npm install
for the repositorynpm ERR! gyp ERR! cwd /Users/jeremy/git-repos/help/node_modules/node-sass
It appears that node-sass is deprecated and will cause this issue for any node versions above 14:
https://stackoverflow.com/questions/67361504/npm-install-not-working-for-node-v-16-0-0
Swapping my computer to run the older version of node 14 fixes this issue
the
README.md
should be updated to indicate that it requires node 14 for the time being.The text was updated successfully, but these errors were encountered: