简体   繁体   中英

npm run watch stops working - Laravel with Vue.js

I am running a Laravel project with Vue.js frontend. Running npm run watch always worked for me and whenever I did changes, they directly appear. Suddenly my changes are not showing anymore and I don't know what the problem is.

I tried node_modules/.bin/webpack --watch --watch-poll --config=node_modules/laravel-mix/setup/webpack.config.js and it didnt work either.

PS: im not getting errors

It worked by running npm run watch-poll

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM