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

Installation with npm fails #159

Closed
dtillner opened this issue Feb 21, 2023 · 1 comment · Fixed by #160
Closed

Installation with npm fails #159

dtillner opened this issue Feb 21, 2023 · 1 comment · Fixed by #160

Comments

@dtillner
Copy link

dtillner commented Feb 21, 2023

With version 3.0.26 installation with npm fails with error "yarn not found".

Probably this is because of this line in package.json

"preinstall": "yarn dlx only-allow yarn",

I can't see why it should be necessary to limit this package to yarn.

Please remove this limitation.

@cirocfc
Copy link
Member

cirocfc commented Feb 21, 2023

Sorry about that guys... I accidentally added the same config for our internal packages that rely and only run on yarn when updating this project to yarn 3. Hope latest version ships ok.

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

Successfully merging a pull request may close this issue.

2 participants