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.

Add `npm` support

See original GitHub issue

Currently 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:closed
  • Created 4 years ago
  • Reactions:5
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
camachocommented, Jul 24, 2019

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.

1reaction
mweststratecommented, Apr 12, 2020

Solved in 1.0.2

Read more comments on GitHub >

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

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