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.

It would be really awesome to see this library support CommonJS and get added to npm, so it could be required in contexts like Browserify or Electron.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:7
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

4reactions
lannymcniecommented, Sep 15, 2017

We have pushed npm support for the latest tagged version.

1reaction
lannymcniecommented, Oct 11, 2017

Yep, we have to update our package. Unfortunately there is no module support at this time, so that fix won’t let you use the library as a package yet.

Read more comments on GitHub >

github_iconTop Results From Across the Web

npm-add
A command-line tool for speeding up node.js productivity by adding dependencies to package.json. Install. Install globally $ npm install npm-add ...
Read more >
How to publish packages to npm (the way the industry does ...
The way the industry publishes (and updates) packages. · Run tests (if there are any) · Update version in package.json according to Semver...
Read more >
Difference between 'npm add' and 'npm install --save'?
npm install and add are aliases. The --save option is deprecated. Since NPM 5, packages are saved automatically; there is no --save option....
Read more >
Installing private npm modules · Gemfury Dev Center
Once you have configured npm to use your Gemfury account, specifying dependencies and installing packages from package.json is the same as usual. Remember...
Read more >
Migrating from npm - Yarn
When you run either yarn or yarn add <package> , Yarn will generate a yarn.lock file within the root directory of your package....
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