You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Operating system and application version
Describe the bug
Since 97c7bcf, modV cannot complete the
yarn install
.The install fails at
node-gyp
buildinggrandiose
, however it ispostinstall-postinstall
apparently causing the issue. Whenpostinstall-postinstall
is removed frompackage.json
we no longer encounter the failinggrandiose
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:
To Reproduce
Steps to reproduce the behavior:
yarn
in the modV directorynode-gyp
error atgrandiose
Expected behavior
The
yarn install
should complete without error.Screenshots
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: