question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow custom lodash version

See original GitHub issue

Would 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:closed
  • Created 7 years ago
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
borisdiakurcommented, Dec 22, 2016

@jfmengels Feels weird. It should throw. I’ll bump once more.

1reaction
borisdiakurcommented, Dec 22, 2016

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found