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.

Spurious error when installing nightly build

See original GitHub issue

I’m attempting to install the nightly build via yarn but the command fails with this error.

error /Users/home/dev/proj/web/node_modules/recoil: Command failed.
Exit code: 1
Command: cd ./node_modules/gen-flow-files && yarn install && yarn build
Arguments: 

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
gurkerl83commented, Jan 29, 2022

@drarmstr Due to the large number of downloads (>77k) of the latest stable version 0.5.2, it might be appropriate to temporarily remove the post-install step and trigger new deployment on NPM.

As described further above the incorrect build step tries to generate flow files after the download performed by a package manager.

These are generated like the bundles themselves before a deployment, and shipped on NPM as well. A repeated build with missing sources on the client leads to the error.

3reactions
drarmstrcommented, Jan 29, 2022

Fixed with #1577 and 0.6.1

Read more comments on GitHub >

github_iconTop Results From Across the Web

561287 – Incremental compilation reports spurious ... - Bugs
After Update to Eclipse 2020-03 and cleaning a project some of our own imports are marked as error because they can not be...
Read more >
Header files fail to include OF libraries - linux - openFrameworks
In every editor I open an OF example project, for instance, the openFrameworks files that are included can't be resolved and I get...
Read more >
Classes in Worksheet in Scala-IDE cause error - Stack Overflow
Thanks, but I can't get the nightly build running. If I try to install it, I get a bunch of conflicting dependencies: pastebin.com/TL90ReEF....
Read more >
Micro-Manager Version Archive
Fixed bug causing spurious error messages when closing the display (Chris Weisiger, Nico Stuurman); Fixed a null pointer exception when drawing multi-camera ...
Read more >
R for Mac OS X FAQ - R Project
Daily build of CRAN packages are available for Mac OS X. If you don't know ... thing when installing packages!, Previous: I see...
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