npm i fails in Dec 2022 due to missing python2
tonydiep opened this issue · 0 comments
tonydiep commented
npm i fails
There seems to be a dependency (not in package.json) on a deprecated version of node-sass
"
node-sass@4.12.0 install /home/tonydiep/Projects/SPFx-Org-Chart/node_modules/node-sass
node scripts/install.js
Downloading binary from https://github.com/sass/node-sass/releases/download/v4.12.0/linux-x64-83_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/v4.12.0/linux-x64-83_binding.node":
"
then a script tries to run python2 which is no longer available.
Vincent:
Could you update the dependencies please?
Thank you very much.