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.

Installing app dependencies

See original GitHub issue

I am following the suggested folder structure for the project with 2 package.json. The /app/package.json includes only the dependencies for the release version and the /package.json (root folder) includes the dependencies for the development environment. Although even with the "postinstall": "install-app-deps" in the /package.json. The npm install does not install the dependencies from the /app/package.json. Do I have to duplicate the dependencies from /app/package.json in the /package.json? Would be good if the install-app-deps could read the /app/package.json and install it automatically.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:11 (10 by maintainers)

github_iconTop GitHub Comments

3reactions
kalenmokcommented, Jul 19, 2020

Wow awesome blog post. Really thank you! Fantastic.1000pip builder signals Review

1reaction
maxcnunescommented, Apr 19, 2016

@develar are you going to work on this? I can document it if you need any help.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installing dependencies | Yarn
yarn install is used to install all dependencies for a project. The dependencies are retrieved from your project's package.json file, and stored in...
Read more >
Managing Application Dependencies
This tutorial walks you through the use of Pipenv to manage dependencies for an application. It will show you how to install and...
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 >
Add and assign Win32 apps to Microsoft Intune
Step 5: Dependencies. App dependencies are applications that must be installed before your Win32 app can be installed. You can require that ...
Read more >
Intune Win32 App Dependencies Deployment HTMD Blog
Let's check how you can Intune Win32 App Dependencies Deployment. App dependencies are applications that must be installed before your Win32 ...
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