
Luis castro
Preguntapor que no me corre el npm run watch
C:\xampp\htdocs\platzifood (platzifood@1.0.0)
λ npm run watch
npm ERR! missing script: watch
npm ERR! A complete log of this run can be found in:

Exequiel Exequiel Ramón Dos Santos
agrega en tu package.json en scripts: "watch": "postcss css/tailwind.css -o public/css/style.css --watch"
y luego ejecuta npm run watch
Erik Ochoa
Revisa tu archivo package.json ya que no tienes un script llamado "watch".