Webpack 4.29.4 depends on unpublished long@4.0.1 via git
See original GitHub issueBug report
What is the current behavior?
Latest webpack (4.29.4) pulls in long@4.0.1
using Git.
long is still on 4.0.0, so 4.0.1 hasn’t been published yet. This mean it is doing so via git
, which creates a hard dependency on git
for projects bundled with webpack. This creates issues w/CI pipelines that do not use git
.
If the current behavior is a bug, please provide the steps to reproduce. Simply install webpack with yarn/npm and inspect the lock files, and you should see something like:
long "git://github.com/dcodeIO/long.js.git#8181a6b50a2a230f0b2a1e4c4093f9b9d19c8b69"
What is the expected behavior?
Webpack itself should not have a dependency on git
. This is an unnecessary dependency for CI/build systems.
Other relevant information: webpack version: 4.29.4 Node.js version: v8.15.0 Operating System: Ubuntu 18.04.2 LTS Additional tools:
Issue Analytics
- State:
- Created 5 years ago
- Reactions:24
- Comments:19 (6 by maintainers)
Top Results From Across the Web
Installation | webpack
This guide goes through the various methods used to install webpack. Prerequisites. Before we begin, make sure you have a fresh version of...
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
https://github.com/webpack/webpack/releases/tag/v4.29.5 has been published
works! thanks for the fast fix!