Now i am using node latest version (17.4.0) and current version(16.13.1)" npm install node sass" command while using to react it these error produced. how to be resolved ?
CodePudding user response:
you need the lastest version of tar to do that you need to run this command
npm i -g tar@latest
CodePudding user response:
Are you trying to install sass? You should do npm install sass

