You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Module not found: Can't resolve 'module' in '/var/app/node_modules/require-from-string'
ModuleNotFoundError: Module not found: Error: Can't resolve 'module' in '/var/app/node_modules/require-from-string'
at /var/app/node_modules/webpack/lib/Compilation.js:925:10
at /var/app/node_modules/webpack/lib/NormalModuleFactory.js:401:22
at /var/app/node_modules/webpack/lib/NormalModuleFactory.js:130:21
at /var/app/node_modules/webpack/lib/NormalModuleFactory.js:224:22
at /var/app/node_modules/neo-async/async.js:2830:7
at /var/app/node_modules/neo-async/async.js:6877:13
at /var/app/node_modules/webpack/lib/NormalModuleFactory.js:214:25
at /var/app/node_modules/enhanced-resolve/lib/Resolver.js:213:14
at /var/app/node_modules/enhanced-resolve/lib/Resolver.js:285:5
at eval (eval at create (/var/app/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:15:1)
at /var/app/node_modules/enhanced-resolve/lib/UnsafeCachePlugin.js:44:7
at /var/app/node_modules/enhanced-resolve/lib/Resolver.js:285:5
at eval (eval at create (/var/app/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:15:1)
at /var/app/node_modules/enhanced-resolve/lib/Resolver.js:285:5
at eval (eval at create (/var/app/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:27:1)
at /var/app/node_modules/enhanced-resolve/lib/DescriptionFilePlugin.js:67:43
[ error ] ./node_modules/require-from-string/index.js
Module not found: Can't resolve 'module' in '/var/app/node_modules/require-from-string'
[ error ] ./node_modules/@babel/helper-create-regexp-features-plugin/node_modules/@babel/core/lib/transformation/normalize-file.js
Module not found: Can't resolve 'fs' in '/var/app/node_modules/@babel/helper-create-regexp-features-plugin/node_modules/@babel/core/lib/transformation'
ModuleNotFoundError: Module not found: Error: Can't resolve 'fs' in '/var/app/node_modules/@babel/helper-create-regexp-features-plugin/node_modules/@babel/core/lib/transformation'
at /var/app/node_modules/webpack/lib/Compilation.js:925:10
at /var/app/node_modules/webpack/lib/NormalModuleFactory.js:401:22
at /var/app/node_modules/webpack/lib/NormalModuleFactory.js:130:21
at /var/app/node_modules/webpack/lib/NormalModuleFactory.js:224:22
at /var/app/node_modules/neo-async/async.js:2830:7
at /var/app/node_modules/neo-async/async.js:6877:13
at /var/app/node_modules/webpack/lib/NormalModuleFactory.js:214:25
at /var/app/node_modules/enhanced-resolve/lib/Resolver.js:213:14
at /var/app/node_modules/enhanced-resolve/lib/Resolver.js:285:5
at eval (eval at create (/var/app/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:15:1)
at /var/app/node_modules/enhanced-resolve/lib/UnsafeCachePlugin.js:44:7
at /var/app/node_modules/enhanced-resolve/lib/Resolver.js:285:5
at eval (eval at create (/var/app/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:15:1)
at /var/app/node_modules/enhanced-resolve/lib/Resolver.js:285:5
at eval (eval at create (/var/app/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:27:1)
at /var/app/node_modules/enhanced-resolve/lib/DescriptionFilePlugin.js:67:43
I get this error. I think it's linked to this issue floatdrop/require-from-string#18
I have this in my next.config.js
If I have an empty config I get this error:
dependencies in package.json
The text was updated successfully, but these errors were encountered: