sparse-intern-71089
05/05/2020, 4:30 PMbillowy-army-68599
wonderful-dog-9045
05/06/2020, 8:56 AMwonderful-dog-9045
05/06/2020, 12:00 PMpulumi-language-nodejs
process that locks up.wonderful-dog-9045
05/06/2020, 1:29 PMfile:../../
to the package.json, pulumi crashes (even though the module of that package is not imported in the index.js). Removing it again, fixes it (however there seems to be a cache issue too, in which it intermittently doesn't fix it).
Running the index.js
with node directly causes no problems either way.wonderful-dog-9045
05/06/2020, 1:54 PMwonderful-dog-9045
05/06/2020, 3:34 PMindex.js
as a pulumi program with a devDependency
that points to file:../..
, the package in the parent directory (yes, 2 levels up).
One of these projects works and the other does not (it freezes). The one that doesn't work used to be more complex, before i started removing stuff from it to isolate the problem. I suspect its a cache issue, but I cannot figure out where it comes from.