npm watch laravel
npm run watch
// or, if can't detect local changes
npm run watch-poll
npm watch laravel
npm run watch
// or, if can't detect local changes
npm run watch-poll
npm run watch-poll
difference-between-npm-run-watch-and-npm-run-watch-poll
watch will listen for file changes, however, on certain systems this won't always work.
watch-poll periodically checks (polls) for changes e.g. every 1000ms it will manually check to see if any files have changed.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us