前提・実現したいこと
MacPC内に作成しているLaravelの環境にLaravel-mixを動かそうとインストールをしています。
しかし、「npm run dev」とコマンド実行するとエラーが発生し、エラー解決に至っておりません。
エラー解決し、ビルドを動かすようになるにはどうすれば良いかご教授をお願いします。
発生している問題・エラーメッセージ
$ npm run dev > dev > npm run development > @ development /Users/<ユーザ名>/Documents/Laravel/<プロジェクト名> > cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js [webpack-cli] Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema. - configuration.optimization.splitChunks.cacheGroups['styles-public/css/app'] has an unknown property 'type'. These properties are valid: object { automaticNameDelimiter?, automaticNameMaxLength?, automaticNamePrefix?, chunks?, enforce?, enforceSizeThreshold?, filename?, maxAsyncRequests?, maxInitialRequests?, maxSize?, minChunks?, minSize?, name?, priority?, reuseExistingChunk?, test? } - configuration.output.chunkFilename should be a string. -> The filename of non-entry chunks as relative path inside the `output.path` directory. - configuration.stats has an unknown property 'preset'. These properties are valid: object { all?, assets?, assetsSort?, builtAt?, cached?, cachedAssets?, children?, chunkGroups?, chunkModules?, chunkOrigins?, chunks?, chunksSort?, colors?, context?, depth?, entrypoints?, env?, errorDetails?, errors?, exclude?, excludeAssets?, excludeModules?, hash?, logging?, loggingDebug?, loggingTrace?, maxModules?, moduleAssets?, moduleTrace?, modules?, modulesSort?, nestedModules?, optimizationBailout?, outputPath?, performance?, providedExports?, publicPath?, reasons?, source?, timings?, usedExports?, version?, warnings?, warningsFilter? } npm ERR! code ELIFECYCLE npm ERR! errno 2 npm ERR! @ development: `cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js` npm ERR! Exit status 2 npm ERR! npm ERR! Failed at the @ development script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /Users/<ユーザ名>/.npm/_logs/2021-02-12T03_13_06_717Z-debug.log npm ERR! code 2 npm ERR! path /Users/<ユーザ名>/Documents/Laravel/<プロジェクト名> npm ERR! command failed npm ERR! command sh -c npm run development npm ERR! A complete log of this run can be found in: npm ERR! /Users/<ユーザ名>/.npm/_logs/2021-02-12T03_13_06_789Z-debug.log
試したこと
・nodeのアップデート
・nodeのアンインストール・インストール
・Laravel-mixのアンインストール・インストール
補足情報(FW/ツールのバージョンなど)
npm:7.5.3
node:14.15.5
macOS:10.13.6
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。