No dist folder in published package
It appears there is a problem with the package published to npm. When I install with npm install [email protected], I get the error referred to in #2. When I install with npm install [email protected] --ignore-scripts (as recommended in the comments in that issue), it will install, but I can't actually use it. Looking at the package contents, package.json refers to dist/lib/node-threadpool.umd.js as the main file, but there is no dist folder. Can you publish a new version that has a full build? Really eager to try this package. Thanks!
When I go into node_modules/node-threadpool and run npm i && npm build, then I am able to load it in my project, but this should be done prior to publishing the package.
This is still an issue.
Same issue here. Error: Cannot find module '/homes/hhu8/tserver/node_modules/node-threadpool/dist/lib/node-threadpool.umd.js'. Please verify that the package.json has a valid "main" entry