Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

npm dependencies won't install on linux #240

@peterhebert

Description

@peterhebert

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:

  1. go to theme root in terminal
  2. run nvm install 14.8.0
  3. run nvm use
  4. run npm install
  5. 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions