sass version installed and npm start giving stylesheet error message
I have package.json which is working till this morning and it stopped working all of the sudden and considering all inputs from stackoverflow,I fixed that issue using “export NODE_OPTIONS=–openssl-legacy-provider” command. But later for all the dependency and module descripency issues, I used npm add <module_name> –legacy-peer-deps command and that resolved the npm install issues.