Add `npm` support
See original GitHub issueCurrently only yarn
is supported (or tested at least). npm
would be great to have as well.
If someone cares enough about it to make it happen 😃
Issue Analytics
- State:
- Created 4 years ago
- Reactions:5
- Comments:6 (1 by maintainers)
Top Results From Across the Web
npm-install - npm Docs
This command installs a package and any packages that it depends on. If the package has a package-lock, or an npm shrinkwrap file,...
Read more >Manage npm packages - Visual Studio (Windows)
npm allows you to install and manage packages for use in both Node.js ... Add npm support to a project; Install packages using...
Read more >How to Install npm, Master npm Commands & Use Packages
This step-by-step guide will show you how to install npm, and master common commands in the Node Package Manager (npm) command-line ...
Read more >How to use NPM and install packages inside Visual Studio ...
Visual Studio comes with built-in npm support, no CLI required. VS can automatically install/restore packages in the background - on project ...
Read more >Adding NPM Packages - Glitch Support
Click the + ADD PACKAGE button which can be found at the top of the package.json view. Use the search box to find...
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 Free
Top 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
A new version of the
yarn-or-npm
package (v3.0.0) just shipped. It adds support for using a project’s client depending on the lockfile, and then falling back to the old behavior of checking if Yarn is installed or not.Solved in 1.0.2