Open Tubinex opened 3 years ago
If you use the PluginManager in a NodeJS worker, modules can no longer be downloaded because the temp folder has an undefined path.
The exception I get when I try to use the PluginManager inside a worker to install a module:
Error: ENOENT: no such file or directory, open 'D:\Projects\Example\undefined\temp\1632144135599.tgz'.
As you can see there is an 'undefined' in the path which means that a variable used to create the path is not available
Maybe we can solve this issue using #52 ?
If you use the PluginManager in a NodeJS worker, modules can no longer be downloaded because the temp folder has an undefined path.
The exception I get when I try to use the PluginManager inside a worker to install a module:
As you can see there is an 'undefined' in the path which means that a variable used to create the path is not available