We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that https://www.npmjs.com/package/@mixmaxhq/semantic-release-config is not publish anymore, so we cannot install devDependencies of this modules (with npm ci).
devDependencies
npm ci
I wanted to investigate about #313 because I encounter same problem.
The text was updated successfully, but these errors were encountered:
That package is only required by the release config and not needed for local development. We shouldn't be bundling it in devDependencies.
To unblock yourself for local development, please run npm rm @mixmaxhq/semantic-release-config before npm i
npm rm @mixmaxhq/semantic-release-config
npm i
Sorry, something went wrong.
This is now fixed. Package https://www.npmjs.com/package/@mixmaxhq/semantic-release-config is now public.
No branches or pull requests
It seems that https://www.npmjs.com/package/@mixmaxhq/semantic-release-config is not publish anymore, so we cannot install
devDependencies
of this modules (withnpm ci
).I wanted to investigate about #313 because I encounter same problem.
The text was updated successfully, but these errors were encountered: