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.

Update devDependencies

See original GitHub issue

Just opening an issue to let everyone know I’ll be working on this in the deps branch. (Don’t merge it, I want to rebase first.) Don’t know when I’ll get done, just working on it when I get time.

Here is the Checklist:

  • uglify-js
  • istanbul
  • jsdoc
  • lru-cache
  • browserify

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:11 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
mdecommented, Jun 7, 2016

I think we can say we don’t care about IE8. Also, if someone really wanted to use it with a browser without forEach they could certainly just polyfill it.

1reaction
TimothyGucommented, Jun 5, 2016

@RyanZim said,

I know, but since browserify has dropped IE8 support for http, will they do a major version bump when they drop support in another area?

Probably, but good point.

Random sidenote: we use .forEach in our code; does browserify handle this for IE8 support?

No, and that’s another good point. I guess after all we don’t really support IE8. Since we haven’t received reports of EJS not working on IE8, it also means that nobody who cares enough about EJS’s development to file an issue uses EJS on IE8.

@mde, what do you think?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I update devDependencies in NPM? - Stack Overflow
To update package.json in addition to the local modules, run npm update --save-dev. Alternatively, the same command to save time npm update -D....
Read more >
How do I update devDependencies in NPM - Edureka
npm update seems to just update the packages in dependencies, but what about devDependencies. Right now you can install devDependencies by ...
Read more >
Adding dependencies to a package.json file - npm Docs
Specifying dependencies and devDependencies in a package.json file ... npm will download dependencies and devDependencies that are listed in package.json ...
Read more >
How to Update NPM Dependencies - freeCodeCamp
Here's a workflow that helps me stay on top of updates: first, discover which packages need to be updated and how far behind...
Read more >
How to Upgrade Dependencies in Your package.json
Check outdated packages and update them properly ... npm install installs or updates devDependencies unless the -- production flag is added. npm update...
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