Closed nosizejosh closed 4 years ago
@yourcelf @gabrielalmeida @pauldowman @jkutner anyone know how to get this resolved?
Sorry, not me, I don't use this any more.
@yourcelf and all, is there a way to force buildpack to use a version of fibers that's compatible with node 12 if that really is the issue? If not, can some one please try to help? Thanks!
@nosizejosh Any luck getting thru this?
Anyone coming here for a likely solution should look into where the compiling fails. In the example above, it fails when node is compiling fibers@1.0.15 install
so I found that fibers verison 1.0.15 is not compatible with the currently used version of node so it crashes. The version of fibers use at this compilation or package will need to be upgraded to be compatible with the node version used.
Use command npm list | grep fibers
to see which package is using an outdated version.
Hope this helps.
Buildpack is currently failing after updating to meteor 1.9 and node 12.14.0. Error seems to be generated at installing fibers 1.0.15.
Can you please update for meteor 1.9
error below;