appocalypseltd
Results
2
issues of
appocalypseltd
"Error: Cannot find module '/engine-learn/Worker'" or "Error: expose() called in the master thread."
1
My Nx setup using `threads.js` ain't working...I'm getting either this error: > Error: Cannot find module 'engine-learn/Worker' ...when my setup looks like this: ``` // index.ts export * from './EngineLearn';...
I may be demonstrating my deep, deep ignorance of threading in node, but this is my first attempt at using worker threads, and the [documentation says][1] I ought to use...