Home > Article > PHP Framework > How to solve laravel gulp error problem
Solution to laravel gulp error: 1. Open the terminal command window; 2. Execute the "$ npm rebuild node-sass" command to solve the Gulp command error problem.
The operating environment of this article: macOS10.15 system, Laravel version 5.7, MacBook Air 2019 computer.
How to solve laravel gulp error problem?
Laravel execution Gulp command error solution:
When developing phphub5 locally, it is possible to use the gulp front-end tool You will encounter such an error:
The solution is very simple, just one command line:
$ npm rebuild node-sass
Related recommendations: Latest Five Laravel video tutorials
The above is the detailed content of How to solve laravel gulp error problem. For more information, please follow other related articles on the PHP Chinese website!