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.
npm -v
): 7.11.1node -v
): v16.0.0node -p process.versions
):node -p process.platform
): linuxnode -p process.arch
): x64node -p "require('node-sass').info"
): (can't install, so this throws aMODULE_NOT_FOUND
error)npm ls node-sass
): same as aboveInstalling node-sass on Ubuntu 20.04.2 LTS results in the following error in npm:
I know
python
isn't bound to anything in Ubuntu 20.04, so I did the following:npm config set python /usr/bin/python2.7
but got the same result.Things I've tried so far for
python2.7
&node-sass 4.11
(usingnpm config set python /usr/bin/python2.7
)npm install node-sass@4.11.0
npm install --unsafe-perm node-sass@4.11.0
sudo npm install node-sass@4.11.0
sudo npm install --unsafe-perm node-sass@4.11.0
This I've tried so far for
python3.8
&node-sass 5.0.0
(usingnpm config set python /usr/bin/python3.8
)npm install node-sass@5.0.0
npm install --unsafe-perm node-sass@5.0.0
sudo npm install node-sass@5.0.0
sudo npm --unsafe-perm install node-sass@5.0.0
I'm really grasping at straws here, I have no idea why this isn't working, any help would be appreciated.
The text was updated successfully, but these errors were encountered: