Hi, error to build with react
I try to run local novu and get this message error when i run npm run setup:project
✖ nx run @Novu/web:build
Creating an optimized production build... Failed to compile.
Module not found: Error: Can't resolve '/home/fernandoerd/Projetos/novu_test/node_modules/.pnpm/@[email protected]/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js' in '/home/fernandoerd/Projetos/novu_test/node_modules/.pnpm/[email protected][email protected]/node_modules/react-hook-form/dist'
@novu/[email protected] build /home/fernandoerd/Projetos/novu_test/apps/web cross-env NODE_OPTIONS=--max_old_space_size=4096 react-app-rewired --max_old_space_size=4096 build
Creating an optimized production build... Failed to compile.
Module not found: Error: Can't resolve '/home/fernandoerd/Projetos/novu_test/node_modules/.pnpm/@[email protected]/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js' in '/home/fernandoerd/Projetos/novu_test/node_modules/.pnpm/[email protected][email protected]/node_modules/react-hook-form/dist'
2 Replies
@Ferd
Can you run
npm run clean
and then again run npm run setup:project
works, thanks @Pawan Jain