You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Cannot find package 'fs' imported from /Users/gpasieka/dev/my.livechatinc.com/node_modules/react-automation-profiler/lib/bin.js
at Loader.resolve [as _resolve] (internal/modules/esm/default_resolve.js:82:13)
at Loader.resolve (internal/modules/esm/loader.js:73:33)
at Loader.getModuleJob (internal/modules/esm/loader.js:147:40)
at ModuleWrap.<anonymous> (internal/modules/esm/module_job.js:41:40)
at link (internal/modules/esm/module_job.js:40:36) {
code: 'ERR_MODULE_NOT_FOUND'
}
EDIT
I was able to run it locally using node 14+ :)
The text was updated successfully, but these errors were encountered:
After updates to the main branch this week --
If you run npm run build in the react-automation-profiler repo, it should create a lib folder. If you replace the lib folder inside my.livechatinc.com/node_modules/react-automation-profiler with this new lib folder, do you still get this error?
I'll see if I can reproduce that error locally.
EDIT oh -- is the issue that it will only run with Node 14+ ?
Yep, that's the case. I tried to build it locally with node 12 and didn't work. Could you specify a node version inside engines field in package.json ?
While trying to call
npx rap
a different app responds.Are there any plans to revive
rap
package in npx registry (maybe with a different name) ?How can I run this locally? I'm trying to call:
but got
EDIT
I was able to run it locally using node 14+ :)
The text was updated successfully, but these errors were encountered: