- Issue created by @GuillaumeG
When trying to install search_api_decoupled_client on Linux Ubuntu 24.04 with the expected node version (v18) we get:
npm i
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for fsevents@2.3.3: 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
Clone the repository with git clone git@git.drupal.org:project/search_api_decoupled_client_ui.git
and run npm i
on a linux machine.
Remove "fsevents": "^2.3.3", package dependency from https://www.npmjs.com/package/@search-api-decoupled/ui?activeTab=code.
Active
Code