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.

Improve install / build time for terra

See original GitHub issue

Issue Description

Add --hoist flag to lerna bootstrap to speed up install / build times. Lerna offers a feature to hoist dependencies to the root node_modules directory. This hoist flag is specifically to help reduce the time and space requirements for numerous copies of packages in development and build environments, by “hoisting” shared dependencies up to the topmost, Lerna-project-level node_modules directory instead.

Issue Type

  • New Feature
  • Enhancement
  • Bug
  • Other

Expected Behavior

Install / build times complete faster

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
mjhenkescommented, Apr 19, 2018

+1 one less thing in the webpack config and one step closer to not having it.

0reactions
bjankordcommented, Apr 27, 2018

Resolved in #1431

Read more comments on GitHub >

github_iconTop Results From Across the Web

Developing Terra smart contracts - LogRocket Blog
Learn how to can develop smart contracts and deploy them to the Terra blockchain network to create decentralized apps.
Read more >
Build in space takes the same time as build on earth
I've noticed that building in space for some modules costs the same amount of time as building them on earth. Since launching them...
Read more >
Issues with installing terra · Issue #363 · rspatial/terra - GitHub
I am trying to install another package which depends on terra. However, when I try installing terra on R/4.1.0 (as well as other...
Read more >
Validator FAQ - Terra Docs
Staking increases a validator's weight, which improves the likelihood of being selected to validate blocks, and in return, delegators get rewarded.
Read more >
Install Terraform - HashiCorp Developer
Retrieve the terraform binary by downloading a pre-compiled binary or compiling it from source. ... To install Terraform, find the appropriate package for...
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