Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems in Setting With Nodejs 16 #79

Closed
gaurishhs opened this issue Nov 22, 2021 · 2 comments
Closed

Problems in Setting With Nodejs 16 #79

gaurishhs opened this issue Nov 22, 2021 · 2 comments

Comments

@gaurishhs
Copy link

Im Using Quasar FrameWork With Vue 3

and I Get This

 App •  ERROR  •  Renderer  in node:path

UnhandledSchemeError: Reading from "node:path" is not handled by plugins (Unhandled scheme)  .
  Webpack supports "data:" and "file:" URIs by default.
  You may need an additional plugin to handle "node:" URIs.
@gaurishhs gaurishhs changed the title Problems in Setting With Quasar And Electron Problems in Setting With Nodejs 16 Nov 23, 2021
@gaurishhs
Copy link
Author

Got That Issue Solved, But I Get unresolved Dependencies Issue With The Package

 App •  DONE  • "Renderer" compiled with errors • 49373ms



 App •  ERROR  •  Renderer  in ./node_modules/fs.realpath/index.js

Module not found: Can't resolve imported dependency "fs"
Did you forget to install it? You can run: npm install --save fs

 App •  ERROR  •  Renderer  in ./node_modules/glob/common.js

Module not found: Can't resolve imported dependency "fs"
Did you forget to install it? You can run: npm install --save fs

 App •  ERROR  •  Renderer  in ./node_modules/graceful-fs/graceful-fs.js

Module not found: Can't resolve imported dependency "fs"
Did you forget to install it? You can run: npm install --save fs

 App •  ERROR  •  Renderer  in ./node_modules/image-data-uri/node_modules/fs-extra/lib/empty/index.js

Module not found: Can't resolve imported dependency "fs"
Did you forget to install it? You can run: npm install --save fs

 App •  ERROR  •  Renderer  in ./node_modules/image-data-uri/node_modules/fs-extra/lib/streams/create-output-stream.js

Module not found: Can't resolve imported dependency "fs"
Did you forget to install it? You can run: npm install --save fs

 App •  ERROR  •  Renderer  in ./node_modules/image-data-uri/node_modules/jsonfile/index.js

Module not found: Can't resolve imported dependency "fs"
Did you forget to install it? You can run: npm install --save fs

 App •  ERROR  •  Renderer  in ./node_modules/image-data-uri/node_modules/rimraf/rimraf.js

Module not found: Can't resolve imported dependency "fs"
Did you forget to install it? You can run: npm install --save fs

 App •  ERROR  •  Renderer  in ./node_modules/klaw/src/index.js

Module not found: Can't resolve imported dependency "fs"
Did you forget to install it? You can run: npm install --save fs

 App •  ERROR  •  Renderer  in ./node_modules/request/lib/har.js

Module not found: Can't resolve imported dependency "fs"
Did you forget to install it? You can run: npm install --save fs


 App •  COMPILATION FAILED  • Please check the log above for details.

@sindresorhus
Copy link
Owner

This is a problem with your build tool, not this package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants