react-application-injectcss icon indicating copy to clipboard operation
react-application-injectcss copied to clipboard

primordials is not defined

Open WinPhyoEi opened this issue 3 years ago • 1 comments

image when I run this webpart , I got this error . Could you please help me ?

WinPhyoEi avatar Jan 14 '22 05:01 WinPhyoEi

Hi, i have fixed this by adding to the package.json:

{
  // Your current package.json
  "overrides": {
    "graceful-fs": "^4.2.10"
  }
}

source: StackOverflow

PooruTorie avatar Aug 11 '22 11:08 PooruTorie