Describe the bug
cannot install the npm dependencies on linux. Get errors:
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin"} (current: {"os":"linux","arch":"x64"})
npm ERR! notsup Valid OS: darwin
npm ERR! notsup Valid Arch: undefined
npm ERR! notsup Actual OS: linux
npm ERR! notsup Actual Arch: x64
To Reproduce
Steps to reproduce the behavior:
- go to theme root in terminal
- run
nvm install 14.8.0
- run
nvm use
- run
npm install
- See error
Expected behavior
Npm dependencies install, able to run build scripts.
Screenshots
If applicable, add screenshots to help explain your problem.
System information:
$ uname -a
Linux pop-os 5.11.0-7620-generic #21~1626191760~20.04~55de9c3-Ubuntu SMP Wed Jul 21 20:31:55 UTC x86_64 x86_64 x86_64 GNU/Linux