I do not know why this problem occurs. I can also run my node-sass package on visual studio code.
I did rebuild nodes-sass but it did not help.
I do not know why this problem occurs. I can also run my node-sass package on visual studio code.
I did rebuild nodes-sass but it did not help.
Copyright © 2021 Jogjafile Inc.
try this:
npm --depth 9999 update npm rebuild node-sass
what npm --depth 9999 update is doing?
"If no package name is specified, all packages in the specified location (global or local) will be updated. As of [email protected], the npm update will only inspect top-level packages. Prior versions of npm would also recursively inspect all dependencies. To get the old behavior, use npm --depth 9999 update ."