N
Novu9mo ago
Ferd

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
@novu/web@0.20.0-alpha.0 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/@babel+runtime@7.22.11/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js' in '/home/fernandoerd/Projetos/novu_test/node_modules/.pnpm/react-hook-form@7.43.9_react@17.0.2/node_modules/react-hook-form/dist'
2 Replies
Pawan Jain
Pawan Jain9mo ago
@Ferd Can you run npm run clean and then again run npm run setup:project
Ferd
Ferd9mo ago
works, thanks @Pawan Jain