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
When running nuxt dev inside a shared folder it fails to build and I get an EPIPE error. This works fine outside of a sshfs shared folder
ERROR Failed to compile with 1 errors
ERROR in ./.nuxt/app.config.mjs
Module build failed (from ../node_modules/esbuild-loader/dist/index.js):
Error: The service is no longer running: write EPIPE
at /home/vagrant/workspace/csl/node_modules/esbuild/lib/main.js:800:29
at sendRequest (/home/vagrant/workspace/csl/node_modules/esbuild/lib/main.js:675:14)
at start (/home/vagrant/workspace/csl/node_modules/esbuild/lib/main.js:798:9)
at Object.transform2 [as transform] (/home/vagrant/workspace/csl/node_modules/esbuild/lib/main.js:855:5)
at /home/vagrant/workspace/csl/node_modules/esbuild/lib/main.js:2120:55
at new Promise (<anonymous>)
at Object.transform (/home/vagrant/workspace/csl/node_modules/esbuild/lib/main.js:2120:14)
at transform (/home/vagrant/workspace/csl/node_modules/esbuild/lib/main.js:1943:62)
at Object.ESBuildLoader (/home/vagrant/workspace/csl/node_modules/esbuild-loader/dist/loader.js:58:37)
The text was updated successfully, but these errors were encountered:
When running
nuxt dev
inside a shared folder it fails to build and I get an EPIPE error. This works fine outside of asshfs
shared folderThe text was updated successfully, but these errors were encountered: