Skip to content

PluginManager.install is not compatible with NodeJS workers #61

Description

@Tubinex

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions