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 :
My environment is also using the following node version :
npm install -g pnpm && pnpm i && pnpm buildMy environment is also using the following node version :
NODE_VERSION 18.14.0