DEV Community

Maya
Maya

Posted on

React Js error : Module not found: Error: Can't resolve 'fs'

When I executed "npm install" in already created project it shown the error like below
Failed to parse source map: 'webpack://ReactPixel/fb-pixel.js' URL is not supported

ERROR in ./node_modules/dotenv/lib/main.js 24:11-24
Module not found: Error: Can't resolve 'fs' in 'C:\octilus\react-boiler-plate-13\node_modules\dotenv\lib'

How can I solve this issue?

Top comments (0)