Spurious error when installing nightly build
See original GitHub issueI’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:
- Created 2 years ago
- Reactions:2
- Comments:12 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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.
Fixed with #1577 and
0.6.1