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
npm run build
[vite:asset] Could not load /sandbox/node_modules/quill/assets/icons/align-left.svg?commonjs-proxy (imported by node_modules/quill/ui/icons.js): The argument 'path' must be a string or Uint8Array without null bytes. Received '\x00/sandbox/node_modules/quill/assets/icons/align-left.svg'
error during build:
TypeError [ERR_INVALID_ARG_VALUE]: The argument 'path' must be a string or Uint8Array without null bytes. Received '\x00/sandbox/node_modules/quill/assets/icons/align-left.svg'
at open (internal/fs/promises.js:317:10)
at Object.readFile (internal/fs/promises.js:646:20)
at fileToBuiltUrl (/sandbox/node_modules/vite/dist/node/chunks/dep-efbff8d5.js:5998:41)
at fileToUrl (/sandbox/node_modules/vite/dist/node/chunks/dep-efbff8d5.js:5952:16)
at Object.load (/sandbox/node_modules/vite/dist/node/chunks/dep-efbff8d5.js:5886:31)
at /sandbox/node_modules/rollup/dist/shared/rollup.js:18918:25
Reproduction
System Info
Output of npx envinfo --system --npmPackages vite,@vitejs/plugin-vue --binaries --browsers:
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Provide a description in this issue that describes the bug.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to https://github.com/vuejs/vue-next instead.
Describe the bug
https://codesandbox.io/s/quill-medium-f53b2
Reproduction
System Info
Output of
npx envinfo --system --npmPackages vite,@vitejs/plugin-vue --binaries --browsers
:Used package manager: npm
Logs
Before submitting the issue, please make sure you do the following
The text was updated successfully, but these errors were encountered: