Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sharbel93/56f54be7f908c899895a76ba8713fa6e to your computer and use it in GitHub Desktop.
Save sharbel93/56f54be7f908c899895a76ba8713fa6e to your computer and use it in GitHub Desktop.
Option 1
Step1: composer update
Step2: rm -rf node_modules
Step3: npm cache clean
Step4: npm install
Step5: npm run watch
Option 2
Step1: composer update
Step2: rm -rf node_modules
Step3: npm cache clean
Step4: npm install
Step5: npm outdated
In this step, I update my laravel-mix version to 1.2.0, it is in the package.json.
Step6: npm install
Step7: npm run dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment