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
When using this with my nextjs webpack setup I get the following error:
ENOENT: no such file or directory, lstat 'true'
Error: ENOENT: no such file or directory, lstat 'true'
at Object.lstatSync (fs.js:1007:3)
at resolveConfigPath (/Users/user/Documents/GitHub/repo/node_modules/tsconfig-paths/lib/tsconfig-loader.js:43:31)
at loadSyncDefault (/Users/user/Documents/GitHub/repo/node_modules/tsconfig-paths/lib/tsconfig-loader.js:26:22)
at tsConfigLoader (/Users/user/Documents/GitHub/repo/node_modules/tsconfig-paths/lib/tsconfig-loader.js:20:22)
at configLoader (/Users/user/Documents/GitHub/repo/node_modules/tsconfig-paths/lib/config-loader.js:29:22)
at Object.loadConfig (/Users/user/Documents/GitHub/repo/node_modules/tsconfig-paths/lib/config-loader.js:8:12)
at new TsconfigPathsPlugin (/Users/user/Documents/GitHub/repo/node_modules/tsconfig-paths-webpack-plugin/lib/plugin.js:20:42)
at Object.<anonymous> (/Users/user/Documents/GitHub/repo/next.config.js:20:7)
at Module._compile (internal/modules/cjs/loader.js:1137:30)
at Module.m._compile (/Users/user/Documents/GitHub/repo/node_modules/ts-node/src/index.ts:858:23)
The text was updated successfully, but these errors were encountered:
When using this with my nextjs webpack setup I get the following error:
ENOENT: no such file or directory, lstat 'true'
The text was updated successfully, but these errors were encountered: