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
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
The text was updated successfully, but these errors were encountered:
Problem
yarn install
does not succeed without annpm
version installed.Acceptance criteria
npm
,npm
is not required anymoreyarn
The text was updated successfully, but these errors were encountered: