We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run-script-OS
pnpm
Hello,
I am on Mac, trying to setup a project that uses pnpm package manager and run-script-os tool. My package.json is as small as possible:
run-script-os
{ "name": "tmp.pnpm", "version": "0.0.0", "packageManager": "[email protected]", "scripts": { "prestart": "echo 'pre'", "start": "run-script-os", "start:windows": "echo 'wind'", "start:default": "echo 'macos'" }, "devDependencies": { "run-script-os": "1.1.6" } }
If I run pnpm run start command, I get ELIFECYCLE Command failed with exit code 1. error.
pnpm run start
ELIFECYCLE Command failed with exit code 1.
Any ideas why it doesn't work? Kind regards, Ilia
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I am on Mac, trying to setup a project that uses
pnpm
package manager andrun-script-os
tool.My package.json is as small as possible:
If I run
pnpm run start
command, I getELIFECYCLE Command failed with exit code 1.
error.Any ideas why it doesn't work?
Kind regards,
Ilia
The text was updated successfully, but these errors were encountered: