ブートストラップなしでLaravel 5.4プロジェクトを開始しようとしています。Laravel 5.4からBootstrapを正しく削除するにはどうすればよいですか?
Laravelをインストールした後、私は、次のファイルを編集した:
資源/資産/のJS/app.js
require('./bootstrap');
package.json
...
"devDependencies": {
"axios": "^0.15.3",
"bootstrap-sass": "^3.3.7",
"jquery": "^3.1.1",
"laravel-mix": "^0.7.2",
"lodash": "^4.17.4",
"vue": "^2.1.10"
},
...
私は」次のエラーが発生しました:
ERROR Failed to compile with 1 errors error in ./resources/assets/js/app.js
SyntaxError: /Users/.../package.json: Error while parsing JSON - Unexpected end of JSON input at JSON.parse() @ multi ./resources/assets/js/app.js ./resources/assets/sass/app.scss
何か提案がありますか?
あなたの編集内容は何でしたか、達成しようとしていたものは何ですか? – nyedidikeke