The plugin esbuild-plugin-polyfill-node is causing the following problems on some machines:
✘ [ERROR] The injected path "/path/to/project/node_modules/esbuild-plugin-polyfill-node/polyfills/__dirname.js" cannot be marked as external
✘ [ERROR] The injected path "/path/to/project/node_modules/esbuild-plugin-polyfill-node/polyfills/buffer.js" cannot be marked as external
✘ [ERROR] The injected path "/path/to/project/node_modules/esbuild-plugin-polyfill-node/polyfills/process.js" cannot be marked as external
This problem is reported in this open issue and one commenter suggests to replace esbuild-plugin-polyfill-node with vite-plugin-node-polyfills.
The plugin
esbuild-plugin-polyfill-node
is causing the following problems on some machines:This problem is reported in this open issue and one commenter suggests to replace
esbuild-plugin-polyfill-node
withvite-plugin-node-polyfills
.