Allow custom lodash version
See original GitHub issueWould be useful to be able to specify which lodash version n_
relies on, since I’m working on a project that still relies on version 3.10.1.
Not sure if that’s possible (https://github.com/npm/npm/issues/5499 may be relevant), but at the very least I’ll probably just fork and patch for now 😄
Issue Analytics
- State:
- Created 7 years ago
- Comments:12 (12 by maintainers)
Top Results From Across the Web
Lodash custom builds
Custom builds make it easy to create lightweight versions of Lodash containing only the features you need. To top it off, we handle...
Read more >Building a custom Lodash library with NPM
Let's use the command line (and NPM scripts) to build lodash; but with only the methods needed by our application. We're going to...
Read more >melk0sha/custom-lodash - GitHub
Custom Lodash. That task is to implement 'custom' version of the lodash library following next requirements: Usage of Array.prototype.* or Object.prototype.
Read more >How to get a lodash custom (reduced) build suitable for es ...
You could create your own aggregating module in a local file...such as tools/lodash.js : export { each, find, filter, map, some, debounce, ...
Read more >Lodash tutorial - introducing JavaScript Lodash library - ZetCode
The version is stored in the VERSION variable. $ node main.js 4.17.21. We use Lodash version 4.17.21. Lodash first and last array elements....
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 FreeTop 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
Top GitHub Comments
@jfmengels Feels weird. It should throw. I’ll bump once more.
Problem is that npm-install-version doesn’t install lodash@^3.10.1. I’ll open up an issue there and in the meantime try to find a different solution.