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.

Install packages from package.json

See original GitHub issue

It would be great if the editor automatically detected the file or at least had a way to manually read a package.json file and install the dependencies that way.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:8
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

6reactions
albertosantinicommented, Oct 6, 2017

@EricSimons I was wondering if it is possible to update all the deps clicking on whatever.

At the moment the dep is updated if the dep name is inserted in the input field “enter package name” (as removing it and adding it again).

If there are a few deps that is not a convenient way to make a bulk update.

Do you think this issue is the right one to track this request (because it may be related to package.json) or do you prefer a new one?

0reactions
EricSimonscommented, Nov 6, 2019

This has been live on prod for a while- closing! 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

npm-install
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 >
How do I install package.json dependencies in the current ...
Running: npm install. from inside your app directory (i.e. where package.json is located) will install the dependencies for your app, ...
Read more >
Installing Dev Dependencies with npm: Beginners' Guide
NPM installs devDependencies within the package.json file. The 'npm install' command should add all the dependencies and devDependencies ...
Read more >
How To Use Node.js Modules with npm and package.json
In this tutorial, you will manage packages with npm. The first step will be to create and understand the package.json file.
Read more >
npm, pnpm, and Yarn | WebStorm Documentation
In the embedded Terminal ( Alt+F12 ) , type one of the following commands: ... As a result you get all the dependencies...
Read more >

github_iconTop Related Medium Post

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