Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[build] node-gyp error with yarn install #554

Closed
2xAA opened this issue Feb 22, 2021 · 1 comment
Closed

[build] node-gyp error with yarn install #554

2xAA opened this issue Feb 22, 2021 · 1 comment
Assignees
Labels
ci-build Issues pertaining to the continuous integration build released

Comments

@2xAA
Copy link
Member

2xAA commented Feb 22, 2021

Operating system and application version

  • OS: *
  • Version: current

Describe the bug
Since 97c7bcf, modV cannot complete the yarn install.

The install fails at node-gyp building grandiose, however it is postinstall-postinstall apparently causing the issue. When postinstall-postinstall is removed from package.json we no longer encounter the failing grandiose rebuild.

The error is also inconsistent between systems, pointing to a race condition.

modV has been built successfully from the reported broken commit on a system with these specs:

MacBook Pro (15-inch, 2017)
2.9 GHz Quad-Core Intel Core i7
16 GB 2133 MHz LPDDR3

To Reproduce
Steps to reproduce the behavior:

  1. Clone modV
  2. Run yarn in the modV directory
  3. See node-gyp error at grandiose

Expected behavior
The yarn install should complete without error.

Screenshots
N/A

Additional context
N/A

@2xAA 2xAA added the ci-build Issues pertaining to the continuous integration build label Feb 22, 2021
@2xAA 2xAA self-assigned this Feb 22, 2021
@2xAA
Copy link
Member Author

2xAA commented Feb 23, 2021

🎉 This issue has been resolved in version 3.12.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-build Issues pertaining to the continuous integration build released
Projects
None yet
Development

No branches or pull requests

2 participants