We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Installed this project and attempted to use for a simple reactjs app, however I get Module not found: Error: Can't resolve 'fs'
Module not found: Error: Can't resolve 'fs'
Some logs below
webpack is watching the files… Hash: 70050155cee77a81d4b4 Version: webpack 4.43.0 Time: 6734ms Built at: 05/08/2020 8:50:06 PM Asset Size Chunks Chunk Names main.js 12.8 MiB main [emitted] main Entrypoint main = main.js [0] util (ignored) 15 bytes {main} [built] [1] util (ignored) 15 bytes {main} [built] [../../../../node_modules/webpack/buildin/global.js] (webpack)/buildin/global.js 472 bytes {main} [built] [../../../../node_modules/webpack/buildin/module.js] (webpack)/buildin/module.js 497 bytes {main} [built] [./node_modules/import-fresh sync recursive] ./node_modules/import-fresh sync 160 bytes {main} [built] [./node_modules/moment/locale sync recursive ^\.\/.*$] ./node_modules/moment/locale sync ^\.\/.*$ 3.13 KiB {main} [optional] [built] [./src/index.js] 35 bytes {main} [built] + 3263 hidden modules WARNING in ./node_modules/import-fresh/index.js 28:8-25 Critical dependency: the request of a dependency is an expression @ ./node_modules/cosmiconfig/dist/loaders.js @ ./node_modules/cosmiconfig/dist/index.js @ ./node_modules/webfont/dist/standalone.js @ ./node_modules/webfont/dist/index.js @ ./src/components/App.js @ ./src/index.js ERROR in ./node_modules/@mrmlnc/readdir-enhanced/lib/async/index.js Module not found: Error: Can't resolve 'fs' in '/home/harshagoli/Projects/ssss-django/sss_server/sss_react/node_modules/@mrmlnc/readdir-enhanced/lib/async' @ ./node_modules/@mrmlnc/readdir-enhanced/lib/async/index.js 9:6-19 @ ./node_modules/@mrmlnc/readdir-enhanced/lib/index.js @ ./node_modules/fast-glob/out/providers/reader-async.js @ ./node_modules/fast-glob/out/index.js @ ./node_modules/fast-glob/index.js @ ./node_modules/globby/index.js @ ./node_modules/webfont/dist/standalone.js @ ./node_modules/webfont/dist/index.js @ ./src/components/App.js @ ./src/index.js ERROR in ./node_modules/@mrmlnc/readdir-enhanced/lib/stream/index.js Module not found: Error: Can't resolve 'fs' in '/home/harshagoli/Projects/ssss-django/sss_server/sss_react/node_modules/@mrmlnc/readdir-enhanced/lib/stream' @ ./node_modules/@mrmlnc/readdir-enhanced/lib/stream/index.js 8:6-19 @ ./node_modules/@mrmlnc/readdir-enhanced/lib/index.js @ ./node_modules/fast-glob/out/providers/reader-async.js @ ./node_modules/fast-glob/out/index.js @ ./node_modules/fast-glob/index.js @ ./node_modules/globby/index.js @ ./node_modules/webfont/dist/standalone.js @ ./node_modules/webfont/dist/index.js @ ./src/components/App.js @ ./src/index.js
The text was updated successfully, but these errors were encountered:
@arshbot Thank you for using webfont. I'm sorry you're experiencing this error.
webfont
node_modules/
npm install
yarn
browser
package.json
fs
false
true
webpack.config
Sorry, something went wrong.
arshbot
No branches or pull requests
Installed this project and attempted to use for a simple reactjs app, however I get
Module not found: Error: Can't resolve 'fs'
Some logs below
The text was updated successfully, but these errors were encountered: