SAP-samples / hana-developer-cli-tool-example

Learn how to build a developer-centric SAP HANA command line tool, particularly designed to be used when performing SAP HANA development in non-SAP tooling (for example from VS Code).
Apache License 2.0
89 stars 24 forks source link

Unsupported platform for fsevents@2.3.3: wanted {"os":"darwin"} (current: {"os":"linux"}) #122

Open aashishksahu opened 3 weeks ago

aashishksahu commented 3 weeks ago

hana-cli uses fsevents which gives me the following error

npm ERR! notsup Unsupported platform for fsevents@2.3.3: wanted {"os":"darwin"} (current: {"os":"linux"})

is it because hana-cli is installed in the project's scope?

jung-thomas commented 2 weeks ago

What do you mean installed into the project's scope? You adding hana-cli as a dependency in our own project's package.json? If so that's not advisable. hana-cli is general utility and can most effectively be used by installing it globally.