douwei1408 2016-09-12 15:00
浏览 47
已采纳

未找到Laravel 5.3 Entry模块:错误:无法解决'buble'[关闭]

I'm following the Laravel passport video tutorial on Laracasts and kept getting the below error, so I have taken a fresh install of Laravel using the Laravel install tool but I'm still getting the error:

laravel new test

cd test

gulp

Error: Entry module not found: Error: Can't resolve 'buble' in 'C:\xampp\htdocs\test' resolve 'buble' in 'C:\xampp\htdocs\test

This is a fresh install with no changes, am I missing something from the install process?

  • 写回答

1条回答 默认 最新

  • du1068 2016-09-12 15:05
    关注

    I'm pretty sure you need to do npm install before using gulp.

    Bublé is a ES2015 compiler (light version of Babel). They come with Laravel, but you must previously install them, via npm install.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?