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
I ran npm install and then ./run.sh latest trunk locally. The process tries to execute, though it fails at running the performance tests.
If I make sure wpp-research has its dependencies installed (cd wpp-research && npm install) and then re-execute, it works fine.
See the log:
**Web Vitals (Classic Theme)**
internal/process/esm_loader.js:74
internalBinding('errors').triggerUncaughtException(
^
Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'csv-stringify' imported from /home/andre/src/compare-wp-performance/wpp-research/cli/lib/cli/logger.mjs
at new NodeError (internal/errors.js:322:7)
at packageResolve (internal/modules/esm/resolve.js:687:9)
at moduleResolve (internal/modules/esm/resolve.js:728:18)
at Loader.defaultResolve [as _resolve] (internal/modules/esm/resolve.js:842:11)
at Loader.resolve (internal/modules/esm/loader.js:89:40)
at Loader.getModuleJob (internal/modules/esm/loader.js:242:28)
at ModuleWrap.<anonymous> (internal/modules/esm/module_job.js:76:40)
at link (internal/modules/esm/module_job.js:75:36) {
code: 'ERR_MODULE_NOT_FOUND'
}
internal/process/esm_loader.js:74
internalBinding('errors').triggerUncaughtException(
^
Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'csv-stringify' imported from /home/andre/src/compare-wp-performance/wpp-research/cli/lib/cli/logger.mjs
at new NodeError (internal/errors.js:322:7)
at packageResolve (internal/modules/esm/resolve.js:687:9)
at moduleResolve (internal/modules/esm/resolve.js:728:18)
at Loader.defaultResolve [as _resolve] (internal/modules/esm/resolve.js:842:11)
at Loader.resolve (internal/modules/esm/loader.js:89:40)
at Loader.getModuleJob (internal/modules/esm/loader.js:242:28)
at ModuleWrap.<anonymous> (internal/modules/esm/module_job.js:76:40)
at link (internal/modules/esm/module_job.js:75:36) {
code: 'ERR_MODULE_NOT_FOUND'
}
**Server-Timing (Classic Theme)**
✔ Stopped WordPress. (in 14s 559ms)
✔ Stopped WordPress. (in 14s 226ms)
The text was updated successfully, but these errors were encountered:
I ran
npm install
and then./run.sh latest trunk
locally. The process tries to execute, though it fails at running the performance tests.If I make sure
wpp-research
has its dependencies installed (cd wpp-research && npm install
) and then re-execute, it works fine.See the log:
The text was updated successfully, but these errors were encountered: