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

Can't use project without npm installation #347

Closed
nickspaargaren opened this issue Dec 11, 2024 · 1 comment
Closed

Can't use project without npm installation #347

nickspaargaren opened this issue Dec 11, 2024 · 1 comment

Comments

@nickspaargaren
Copy link
Contributor

Problem

yarn install does not succeed without an npm version installed.

node ➜ /workspaces/react-focus-lock (master) $ yarn install
yarn install v1.22.22
[1/4] Resolving packages...
success Already up-to-date.
$ npm run lint:fix && npm run build && npm run changelog
/bin/sh: 1: npm: not found
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

Acceptance criteria

  • Dependencies are installing without npm, npm is not required anymore
  • The packagemanager of choice is still yarn
@theKashey
Copy link
Owner

Thanks for fixing it

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

2 participants