react-application-injectcss
react-application-injectcss copied to clipboard
primordials is not defined
when I run this webpart , I got this error . Could you please help me ?
Hi, i have fixed this by adding to the package.json:
{
// Your current package.json
"overrides": {
"graceful-fs": "^4.2.10"
}
}
source: StackOverflow