Created
November 16, 2019 22:22
-
-
Save chartjes/6f92f91f1f1c35ab677f635a8d18e1ee to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yarn install | |
yarn install v1.19.1 | |
[1/4] π Resolving packages... | |
[2/4] π Fetching packages... | |
[3/4] π Linking dependencies... | |
[4/4] π¨ Building fresh packages... | |
β¨ Done in 14.48s. | |
ββ chartjes@grumpiermbp ξ° οΌ ~/Sites/opencfp ξ° ο ο¦ ch-laravel οͺ ο ο 4 ξ° PHP 7.3.10 ξ° ξ² ο ξ² 10728 ξ² 17:21:47 ο | |
β°β yarn run watch | |
yarn run v1.19.1 | |
$ cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js | |
One CLI for webpack must be installed. These are recommended choices, delivered as separate packages: | |
- webpack-cli (https://github.com/webpack/webpack-cli) | |
The original webpack full-featured CLI. | |
We will use "yarn" to install the CLI via "yarn add -D". | |
Do you want to install 'webpack-cli' (yes/no): yes | |
Installing 'webpack-cli' (running 'yarn add -D webpack-cli')... | |
[1/4] π Resolving packages... | |
[2/4] π Fetching packages... | |
[3/4] π Linking dependencies... | |
[4/4] π¨ Building fresh packages... | |
success Saved lockfile. | |
success Saved 11 new dependencies. | |
info Direct dependencies | |
ββ [email protected] | |
info All dependencies | |
ββ [email protected] | |
ββ [email protected] | |
ββ [email protected] | |
ββ [email protected] | |
ββ [email protected] | |
ββ [email protected] | |
ββ [email protected] | |
ββ [email protected] | |
ββ [email protected] | |
ββ [email protected] | |
ββ [email protected] | |
10% building 1/1 modules 0 active | |
webpack is watching the files⦠| |
78% module and chunk tree optimization unnamed compat plugin/Users/chartjes/Sites/opencfp/node_modules/webpack/lib/Chunk.js:866 | |
throw new Error( | |
^ | |
Error: Chunk.entrypoints: Use Chunks.groupsIterable and filter by instanceof Entrypoint instead | |
at Chunk.get (/Users/chartjes/Sites/opencfp/node_modules/webpack/lib/Chunk.js:866:9) | |
at /Users/chartjes/Sites/opencfp/node_modules/laravel-mix/node_modules/extract-text-webpack-plugin/dist/index.js:176:48 | |
at Array.forEach (<anonymous>) | |
at /Users/chartjes/Sites/opencfp/node_modules/laravel-mix/node_modules/extract-text-webpack-plugin/dist/index.js:171:18 | |
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/chartjes/Sites/opencfp/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:12:1) | |
at AsyncSeriesHook.lazyCompileHook (/Users/chartjes/Sites/opencfp/node_modules/tapable/lib/Hook.js:154:20) | |
at Compilation.seal (/Users/chartjes/Sites/opencfp/node_modules/webpack/lib/Compilation.js:1342:27) | |
at /Users/chartjes/Sites/opencfp/node_modules/webpack/lib/Compiler.js:675:18 | |
at /Users/chartjes/Sites/opencfp/node_modules/webpack/lib/Compilation.js:1261:4 | |
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/chartjes/Sites/opencfp/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:31:1) | |
at AsyncSeriesHook.lazyCompileHook (/Users/chartjes/Sites/opencfp/node_modules/tapable/lib/Hook.js:154:20) | |
at Compilation.finish (/Users/chartjes/Sites/opencfp/node_modules/webpack/lib/Compilation.js:1253:28) | |
at /Users/chartjes/Sites/opencfp/node_modules/webpack/lib/Compiler.js:672:17 | |
at eval (eval at create (/Users/chartjes/Sites/opencfp/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:11:1) | |
at /Users/chartjes/Sites/opencfp/node_modules/webpack/lib/Compilation.js:1185:12 | |
at /Users/chartjes/Sites/opencfp/node_modules/webpack/lib/Compilation.js:1097:9 | |
at processTicksAndRejections (internal/process/task_queues.js:75:11) | |
error Command failed with exit code 1. | |
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment