sindresorhus / wallpaper

Manage the desktop wallpaper
MIT License
1.05k stars 92 forks source link

Problems in Setting With Nodejs 16 #79

Closed gaurishhs closed 2 years ago

gaurishhs commented 3 years ago

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 commented 3 years ago

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 commented 2 years ago

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