Add to npm
See original GitHub issueIt would be really awesome to see this library support CommonJS and get added to npm
, so it could be require
d in contexts like Browserify or Electron.
Issue Analytics
- State:
- Created 8 years ago
- Reactions:7
- Comments:8 (4 by maintainers)
Top 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 >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
We have pushed npm support for the latest tagged version.
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.