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.

Issue with build process

See original GitHub issue

Trying to leverage a local cache via a echo "registry=http://<my-local-registry>" >> ~/.npmrc which just caches all packages. To enforce this, I had to remove the yarn.lock. This in turn gets updated. So when you remove the yarn.lock, and run yarn install --verbose everything installs correctly, but I end up with:

robert_kraig ~/projects/interweave task/community-remerge-updates $ npm run build                                                                                                                                     

> interweave-root@ build /Users/robert_kraig/interweave-community
> beemo run-script build --workspaces=*

Missing driver. Attempted import in order: @beemo/driver-typescript, beemo-driver-typescript
    at ModuleLoader.importModule (/Users/robert_kraig/projects/interweave/node_modules/@boost/core/lib/ModuleLoader.js:67:19)
    at ModuleLoader.loadModule (/Users/robert_kraig/projects/interweave/node_modules/@boost/core/lib/ModuleLoader.js:135:25)
    at modules.map.module (/Users/robert_kraig/projects/interweave/node_modules/@boost/core/lib/ModuleLoader.js:146:43)
    at Array.map (<anonymous>)
    at ModuleLoader.loadModules (/Users/robert_kraig/projects/interweave/node_modules/@boost/core/lib/ModuleLoader.js:146:24)
    at Object.keys.forEach.type (/Users/robert_kraig/projects/interweave/node_modules/@boost/core/lib/Tool.js:415:36)
    at Array.forEach (<anonymous>)
    at Beemo.loadPlugins (/Users/robert_kraig/projects/interweave/node_modules/@boost/core/lib/Tool.js:412:39)
    at Beemo.initialize (/Users/robert_kraig/projects/interweave/node_modules/@boost/core/lib/Tool.js:287:14)
    at new Beemo (/Users/robert_kraig/projects/interweave/node_modules/@beemo/core/lib/Beemo.js:67:14)

If I don’t update the yarn.lock everything is fine. @milesj some assistance would be appreciated.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:16 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
milesjcommented, Jul 16, 2019

I’ll do a dependency audit later today and bump all of these. Should help resolve this issue.

1reaction
milesjcommented, Jul 15, 2019

@jfugett It’s weird that that would cause it, semver it’s a valid range. Maybe Yarn doesn’t respect this.

Screen Shot 2019-07-15 at 3 10 40 PM
Read more comments on GitHub >

github_iconTop Results From Across the Web

Understanding build issue resolution in practice: symptoms ...
Our key findings reveal that build issues stretch over a wide spectrum of symptoms; 67.96% of the build issues are fixed by modifying...
Read more >
Build Automation: Top 3 Problems and How to Solve Them
1. The Problem: Long Builds. The more components you add to your software, the more lines of code you maintain, and the more...
Read more >
Common Build Problems - Travis CI Docs
If a build hasn't been triggered for your commit, these are the possible build request messages:
Read more >
7 Common Issues with CI/CD and How to Fix Them | AltexSoft
Here are a few common issues you will experience when attempting to set up and work with a CI/CD pipeline.
Read more >
Identify and fix broken builds with CI/CD pipelines | TechTarget
Are failed or broken builds creating CI/CD pipeline challenges? ... Broken builds can be red flags for larger issues and also signify ...
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