Skip to content

Instantly share code, notes, and snippets.

@chartjes
Created November 16, 2019 22:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chartjes/6f92f91f1f1c35ab677f635a8d18e1ee to your computer and use it in GitHub Desktop.
Save chartjes/6f92f91f1f1c35ab677f635a8d18e1ee to your computer and use it in GitHub Desktop.
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
└─ webpack-cli@3.3.10
info All dependencies
β”œβ”€ detect-file@1.0.0
β”œβ”€ emoji-regex@7.0.3
β”œβ”€ enhanced-resolve@4.1.0
β”œβ”€ expand-tilde@2.0.2
β”œβ”€ findup-sync@3.0.0
β”œβ”€ global-modules@2.0.0
β”œβ”€ global-prefix@3.0.0
β”œβ”€ parse-passwd@1.0.0
β”œβ”€ resolve-dir@1.0.1
β”œβ”€ v8-compile-cache@2.0.3
└─ webpack-cli@3.3.10
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