Hi I pulled the latest commit from the repo (Updated Also From within Bolt.diy)
I am getting this error when creating a new project from nextjs & shadcn template
i am using node v22
~/project
❯
~/project
❯ npm install
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /home/project/package.json
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open '/home/project/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in: /home/.npm/_logs/2025-03-05T18_38_15_211Z-debug-0.log
jsh: spawn npm ENOENT
~/project
❯
~/project
❯ npm run dev
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /home/project/package.json
npm ERR! errno -2
npm ERR! enoent Could not read package.json: Error: ENOENT: no such file or directory, open '/home/project/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in: /home/.npm/_logs/2025-03-05T18_38_15_817Z-debug-0.log
jsh: spawn npm ENOENT
~/project
❯