ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL  Command failed with ENOENT: node_modules/vite/bin/vite.js

I am using pnpm for my project. I already made the build command : npm install -g pnpm && pnpm i && pnpm build
My environment is also using the following node version : NODE_VERSION 18.14.0
Was this page helpful?