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

Missing @mixmaxhq/semantic-release-config npm devDependencies #348

Closed
sberthier opened this issue Feb 21, 2023 · 2 comments
Closed

Missing @mixmaxhq/semantic-release-config npm devDependencies #348

sberthier opened this issue Feb 21, 2023 · 2 comments

Comments

@sberthier
Copy link

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).

I wanted to investigate about #313 because I encounter same problem.

@bradvogel
Copy link
Contributor

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

@bradvogel
Copy link
Contributor

This is now fixed. Package https://www.npmjs.com/package/@mixmaxhq/semantic-release-config is now public.

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