Closed gaurishhs closed 2 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.
This is a problem with your build tool, not this package.
Im Using Quasar FrameWork With Vue 3
and I Get This