Uncaught TypeError: no access #15943
Unanswered
qinyao86
asked this question in
CLI - Electron mode
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
in my project( electron+vite+vue ), sometime occur this error:
[vite] connecting...
client.ts:53 [vite] connected.
node:internal/util:569 Uncaught TypeError: no access
at SideEffectFreeRegExpPrototypeExec (node:internal/util:569:19)
at splitRoot (node:fs:2455:12)
at Object.realpathSync (node:fs:2531:20)
at Object.realpathSync (node:electron/js2c/asar_bundle:2:4804)
at toRealPath (node:internal/modules/cjs/loader:484:13)
at tryFile (node:internal/modules/cjs/loader:480:10)
at tryExtensions (node:internal/modules/cjs/loader:492:22)
at tryPackage (node:internal/modules/cjs/loader:437:5)
at Module._findPath (node:internal/modules/cjs/loader:685:18)
at Module._resolveFilename (node:internal/modules/cjs/loader:1068:27)
it looks like quasar or nodejs is reading the modules and check whether it exists and readable. This error occurs randomly, sometimes the app can be launched, sometimes not
Beta Was this translation helpful? Give feedback.
All reactions