You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to start the app in development mode. I get this error. note that I've cloned the app completely from repo and just installed its dependencies using pnpm i. both npm run watch & pnpm run watch yield the same error.
npm run watch ‹git:master ✘› 13:12.40 Thu Jan 23 2025 >>>
> tailpress@3.4.0 watch
> mix watch
/bin/sh: webpack: command not found
The text was updated successfully, but these errors were encountered:
Looks like Laravel Mix is not able to find Webpack. Can you try it again but with npm instead of pnpm? So remove node_modules etc. and re-install with npm:
rm -rf node_modules package-lock.json
npm install
I just tried the steps as they are set in the readme and that worked
When I try to start the app in development mode. I get this error. note that I've cloned the app completely from repo and just installed its dependencies using
pnpm i
. bothnpm run watch
&pnpm run watch
yield the same error.The text was updated successfully, but these errors were encountered: