【发布时间】:2020-08-06 13:33:30
【问题描述】:
在新的 Laravel 安装中,当我运行 npm run dev 时出现以下错误:Module not found: Error: Can't resolve 'bootstrap' in 'path/here/resources/js'
在我的package.jsondevDependencies 下我有"bootstrap": "^4.0.0",但我没有编辑任何内容。
可以在here找到原始 Laravel bootstrap.js(这是 Laravel 自己的引导文件,不是来自 getbootstrap.com 的文件)。
【问题讨论】:
-
你跑
npm install了吗?