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
Hi, I get this error when trying to build on FreeBSD:
/usr/home/yaslam/Git/timetrackrs/frontend/.pnp.cjs:17895
return Object.defineProperties(new Error(message), {
^
Error: Your application tried to access esbuild, but it isn't declared in your dependencies; this makes the require call ambiguous and unsound.
Required package: esbuild (via "esbuild/package.json")
Required by: /usr/home/yaslam/Git/timetrackrs/frontend/.yarn/__virtual__/vite-virtual-ec6cd84b7e/4/.yarn/berry/cache/vite-npm-4.0.4-33a47fc7a2-9.zip/node_modules/vite/dist/node/cli.js
at makeError (/usr/home/yaslam/Git/timetrackrs/frontend/.pnp.cjs:17895:34)
at resolveToUnqualified (/usr/home/yaslam/Git/timetrackrs/frontend/.pnp.cjs:19313:21)
at Object.resolveToUnqualified (/usr/home/yaslam/Git/timetrackrs/frontend/.pnp.cjs:19503:26)
at resolve$1 (file:///usr/home/yaslam/Git/timetrackrs/frontend/.pnp.loader.mjs:2009:31)
at nextResolve (node:internal/modules/esm/loader:163:28)
at ESMLoader.resolve (node:internal/modules/esm/loader:835:30)
at ESMLoader.getModuleJob (node:internal/modules/esm/loader:424:18)
at ModuleWrap.<anonymous> (node:internal/modules/esm/module_job:77:40)
at link (node:internal/modules/esm/module_job:76:36)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Node.js v18.17.1
The text was updated successfully, but these errors were encountered:
OS: FreeBSD 13.2-STABLE
Hi, I get this error when trying to build on FreeBSD:
The text was updated successfully, but these errors were encountered: