You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I don't have npm installed, CLI throws an error
To Reproduce
Install CLI (using yarn / pnpm)
Try this:
$ proton-native init QuarkPlayer
Creating a new Proton Native app on /home/v1rtl/Coding/QuarkPlayer
Installing packages... This may take a few minutes.
/bin/sh: npm: command not found
Expected behavior
CLI should fallback to pnpm and yarn if npm is not present
Versions:
OS: Linux 5 x64
Version: 2.0.4
Node version 13.11.0
Additional context
There are other package managers than npm, two most popular are yarn and pnpm, so it is worth falling back to them in case npm is not in PATH (I use pnpm and don't have npm installed)
The text was updated successfully, but these errors were encountered:
Describe the bug
When I don't have npm installed, CLI throws an error
To Reproduce
Expected behavior
CLI should fallback to pnpm and yarn if npm is not present
Versions:
Additional context
There are other package managers than npm, two most popular are yarn and pnpm, so it is worth falling back to them in case npm is not in PATH (I use pnpm and don't have npm installed)
The text was updated successfully, but these errors were encountered: