Skip to content
New issue

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 doesn't support pnpm package manager #53

Open
nZeus opened this issue Dec 4, 2023 · 0 comments
Open

Run-script-OS doesn't support pnpm package manager #53

nZeus opened this issue Dec 4, 2023 · 0 comments

Comments

@nZeus
Copy link

nZeus commented Dec 4, 2023

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:

{
    "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.

image

Any ideas why it doesn't work?
Kind regards,
Ilia

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant