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
1 Reply
nvm I fixed by adding a package dotenv to "dotenv": "14.3.2". however, my build works, but not displaying.