-
Notifications
You must be signed in to change notification settings - Fork 7
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
404 error in new install #150
Comments
Hey @YPCrumble thank you! I think npm is trying to install @sherifforg/constants, which is a private package that Sheriff uses internally. It doesn't exists in NPM and rightly so. |
…sue150 fix(deps): moved @sherifforg/constants to devDeps. Fixes #150
Hey @YPCrumble, So, it was a bundling issue, TSUP wasn't bundling It's all good now, i'm gonna release the new version with this fix just now. Thank you so much for the report! |
Thanks for creating this great package! I'm trying to migrate from xo and found your repo here.
I'm getting this error on
npx create-sheriff-config
:The text was updated successfully, but these errors were encountered: