Closed dcrockwell closed 8 years ago
Could move generators to ${parentDirectory}/.stimpak
instead of a temp directory to have high probability of being on the same volume.
This won't happen any longer because there is no temp directory. Now, generators are copied to the stimpak directory itself which will always be on the same volume as the generators.
Currently using
fileSystem.renameSync
which will fail if renaming to a path that is on another volume, which will happen if we have a system temp directory on a different volume than the global node modules directory.