Installation of @ngx-translate/core also installs “semantic-release” (since version 12.1.0)
See original GitHub issueCurrent behavior
The @ngx-translate/core
package seems to depend on semantic-release
since v12.1.0:
- https://www.npmjs.com/package/@ngx-translate/core/v/12.1.0?activeTab=dependencies
- https://www.npmjs.com/package/@ngx-translate/core/v/12.0.0?activeTab=dependencies
Expected behavior
No installation of semantic-release
since it’s a devDependency
.
Minimal reproduction of the problem with instructions
npm install @ngx-translate/core
less package-lock.json
Issue Analytics
- State:
- Created 4 years ago
- Reactions:5
- Comments:9
Top Results From Across the Web
@ngx-translate/core - Awesome JS
core: remove semantic-release from the dependencies (b92a433), closes #1171 ... refer to the compatibility table to know which version you can install.
Read more >Emoji not showing up in commit with git cz - Stack Overflow
... "@semantic-release/release-notes-generator", ... I am working with node version 14.17.4. ... However after commitizen they are missing.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks, good catch! It’ll be fixed in the next version (I won’t release a new version just for that)
Can you try 12.1.2 please? Hopefully it should be fixed for good now (based on https://www.npmjs.com/package/@ngx-translate/core/v/12.1.2?activeTab=dependencies)