Package:ruby-webpacker
Version: 5.4.3-2

rails new aaabbbccc aborts, complaining:
No such file or directory @ rb_sysopen -
/usr/share/rubygems-integration/all/gems/webpacker-5.4.3/lib/install/../../package.json
/home/*/aaabbbccc/bin/rails:5:in `<top (required)>'
/home/*/aaabbbccc/bin/spring:10:in `require'
/home/*/aaabbbccc/bin/spring:10:in `block in <top (required)>'
/home/*/aaabbbccc/bin/spring:7:in `<top (required)>'
Tasks: TOP => app:template

Copying package.json from the source package to
/usr/share/rubygems-integration/all/gems/webpacker-5.4.3/ seems to fix.

Full steps to reproduce:
$ debootstrap --arch=amd64 --variant=minbase sid /sssiiiddd
$ for i in proc dev dev/shm dev/pts ; do mount --bind /$i /sssiiiddd/$i ; done
$ chroot /sssiiiddd
$ apt --no-install-deps install rails yarnpkg
$ useradd --create-home happy
$ su -l happy
$ rails new --trace aaabbbccc |& tee stdout (attachment)
(copy package.json from source package)
$ rails new --trace dddeeefff |& tee with_package_json (attachment)

This is my second submit to the same bug. I think my last attempt gets lost in mail transmit. If I cause duplicate entries or other trouble, I give my apology.
      create  
      create  README.md
      create  Rakefile
      create  .ruby-version
      create  config.ru
      create  .gitignore
      create  .gitattributes
      create  Gemfile
         run  git init from "."
      create  package.json
      create  app
      create  app/assets/config/manifest.js
      create  app/assets/stylesheets/application.css
      create  app/channels/application_cable/channel.rb
      create  app/channels/application_cable/connection.rb
      create  app/controllers/application_controller.rb
      create  app/helpers/application_helper.rb
      create  app/javascript/channels/consumer.js
      create  app/javascript/channels/index.js
      create  app/javascript/packs/application.js
      create  app/jobs/application_job.rb
      create  app/mailers/application_mailer.rb
      create  app/models/application_record.rb
      create  app/views/layouts/application.html.erb
      create  app/views/layouts/mailer.html.erb
      create  app/views/layouts/mailer.text.erb
      create  app/assets/images
      create  app/assets/images/.keep
      create  app/controllers/concerns/.keep
      create  app/models/concerns/.keep
      create  bin
      create  bin/rails
      create  bin/rake
      create  bin/setup
      create  bin/spring
      create  bin/yarn
      create  config
      create  config/routes.rb
      create  config/application.rb
      create  config/environment.rb
      create  config/cable.yml
      create  config/puma.rb
      create  config/spring.rb
      create  config/storage.yml
      create  config/environments
      create  config/environments/development.rb
      create  config/environments/production.rb
      create  config/environments/test.rb
      create  config/initializers
      create  config/initializers/application_controller_renderer.rb
      create  config/initializers/assets.rb
      create  config/initializers/backtrace_silencers.rb
      create  config/initializers/content_security_policy.rb
      create  config/initializers/cookies_serializer.rb
      create  config/initializers/cors.rb
      create  config/initializers/filter_parameter_logging.rb
      create  config/initializers/inflections.rb
      create  config/initializers/mime_types.rb
      create  config/initializers/new_framework_defaults_6_1.rb
      create  config/initializers/permissions_policy.rb
      create  config/initializers/wrap_parameters.rb
      create  config/locales
      create  config/locales/en.yml
      create  config/master.key
      append  .gitignore
      create  config/boot.rb
      create  config/database.yml
      create  db
      create  db/seeds.rb
      create  lib
      create  lib/tasks
      create  lib/tasks/.keep
      create  lib/assets
      create  lib/assets/.keep
      create  log
      create  log/.keep
      create  public
      create  public/404.html
      create  public/422.html
      create  public/500.html
      create  public/apple-touch-icon-precomposed.png
      create  public/apple-touch-icon.png
      create  public/favicon.ico
      create  public/robots.txt
      create  tmp
      create  tmp/.keep
      create  tmp/pids
      create  tmp/pids/.keep
      create  tmp/cache
      create  tmp/cache/assets
      create  vendor
      create  vendor/.keep
      create  test/fixtures/files
      create  test/fixtures/files/.keep
      create  test/controllers
      create  test/controllers/.keep
      create  test/mailers
      create  test/mailers/.keep
      create  test/models
      create  test/models/.keep
      create  test/helpers
      create  test/helpers/.keep
      create  test/integration
      create  test/integration/.keep
      create  test/channels/application_cable/connection_test.rb
      create  test/test_helper.rb
      create  test/system
      create  test/system/.keep
      create  test/application_system_test_case.rb
      create  storage
      create  storage/.keep
      create  tmp/storage
      create  tmp/storage/.keep
      remove  config/initializers/cors.rb
      remove  config/initializers/new_framework_defaults_6_1.rb
         run  bundle install --local
Resolving dependencies...
Using rake 13.0.6
Using concurrent-ruby 1.1.6
Using minitest 5.15.0
Using builder 3.2.4
Using erubi 1.9.0
Using mini_portile2 2.8.1
Using racc 1.6.2
Using zeitwerk 2.6.1
Using crass 1.0.2
Using rack 2.2.6.4
Using nio4r 2.5.8
Using marcel 1.0.1
Using mini_mime 1.1.1
Using digest 3.1.0
Using io-wait 0.2.1
Using timeout 0.2.0
Using strscan 3.0.1
Using public_suffix 4.0.6
Using bindex 0.8.1
Using msgpack 1.4.2
Using bundler 2.3.15
Using byebug 11.1.3
Using matrix 0.4.2
Using regexp_parser 2.6.1
Using childprocess 4.1.0
Using ffi 1.15.5
Using method_source 1.0.0
Using thor 1.2.1
Using rexml 3.2.5
Using rubyzip 2.3.2
Using tilt 2.0.11
Using websocket 1.2.9
Using semantic_range 3.0.0
Using spring 2.1.1
Using sqlite3 1.4.2
Using turbolinks-source 5.2.0
Using i18n 1.10.0
Using tzinfo 2.0.5
Using nokogiri 1.13.10
Using websocket-extensions 0.1.5
Using loofah 2.19.1
Using activesupport 6.1.7.3
Using mail 2.7.1
Using net-protocol 0.1.2
Using addressable 2.8.1
Using bootsnap 1.13.0
Using xpath 3.2.0
Using rb-inotify 0.10.1
Using puma 5.6.5
Using rack-proxy 0.7.4
Using sprockets 3.7.2
Using sassc 2.4.0
Using selenium-webdriver 4.4.0
Using turbolinks 5.2.1
Using websocket-driver 0.6.3
Using rack-test 2.0.2
Using rails-dom-testing 2.0.3
Using rails-html-sanitizer 1.4.4
Using globalid 0.6.0
Using activemodel 6.1.7.3
Using net-pop 0.1.1
Using net-smtp 0.3.1
Using jbuilder 2.10.0
Using net-imap 0.2.3
Using listen 3.7.0
Using activejob 6.1.7.3
Using actionview 6.1.7.3
Using capybara 3.36.0
Using activerecord 6.1.7.3
Using actionpack 6.1.7.3
Using activestorage 6.1.7.3
Using actioncable 6.1.7.3
Using actionmailer 6.1.7.3
Using railties 6.1.7.3
Using sprockets-rails 3.4.1
Using actionmailbox 6.1.7.3
Using actiontext 6.1.7.3
Using sassc-rails 2.1.2
Using webpacker 5.4.3
Using web-console 4.2.0
Using rails 6.1.7.3
Using sass-rails 6.0.0
Bundle complete! 15 Gemfile dependencies, 82 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
         run  bundle binstubs bundler
       rails  webpacker:install
Node.js version is v18.13.0
Yarn version is 1.22.19
      create  config/webpacker.yml
Copying webpack core config
      create  config/webpack
      create  config/webpack/development.js
      create  config/webpack/environment.js
      create  config/webpack/production.js
      create  config/webpack/test.js
Copying postcss.config.js to app root directory
      create  postcss.config.js
Copying babel.config.js to app root directory
      create  babel.config.js
Copying .browserslistrc to app root directory
      create  .browserslistrc
The JavaScript app source directory already exists
       apply  
/usr/share/rubygems-integration/all/gems/webpacker-5.4.3/lib/install/binstubs.rb
  Copying binstubs
       exist    bin
      create    bin/webpack
      create    bin/webpack-dev-server
      append  .gitignore
Installing all JavaScript dependencies [5.4.3]
         run  yarnpkg add @rails/webpacker@5.4.3 from "."
yarn add v1.22.19
info No lockfile found.
[1/4] Resolving packages...
warning @rails/webpacker > compression-webpack-plugin > cacache > 
@npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs
warning @rails/webpacker > webpack > watchpack > watchpack-chokidar2 > 
chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. 
Upgrade to chokidar 3 with 15x fewer dependencies
warning @rails/webpacker > webpack > watchpack > watchpack-chokidar2 > chokidar 
> fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using 
insecure binaries. Upgrade to fsevents 2.
warning @rails/webpacker > postcss-preset-env > 
postcss-color-functional-notation > postcss-values-parser > flatten@1.0.3: 
flatten is deprecated in favor of utility frameworks such as lodash.
warning @rails/webpacker > webpack > node-libs-browser > url > 
querystring@0.2.0: The querystring API is considered Legacy. new code should 
use the URLSearchParams API instead.
warning @rails/webpacker > webpack > micromatch > snapdragon > 
source-map-resolve@0.5.3: See 
https://github.com/lydell/source-map-resolve#deprecated
warning @rails/webpacker > optimize-css-assets-webpack-plugin > cssnano > 
cssnano-preset-default > postcss-svgo > svgo@1.3.2: This SVGO version is no 
longer supported. Upgrade to v2.x.x.
warning @rails/webpacker > webpack > micromatch > snapdragon > 
source-map-resolve > source-map-url@0.4.1: See 
https://github.com/lydell/source-map-url#deprecated
warning @rails/webpacker > webpack > micromatch > snapdragon > 
source-map-resolve > resolve-url@0.2.1: 
https://github.com/lydell/resolve-url#deprecated
warning @rails/webpacker > webpack > micromatch > snapdragon > 
source-map-resolve > urix@0.1.0: Please see 
https://github.com/lydell/urix#deprecated
warning @rails/webpacker > optimize-css-assets-webpack-plugin > cssnano > 
cssnano-preset-default > postcss-svgo > svgo > stable@0.1.8: Modern JS already 
guarantees Array#sort() is a stable sort, so this library is deprecated. See 
the compatibility table on MDN: 
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
success Saved 560 new dependencies.
info Direct dependencies
├─ @rails/actioncable@6.1.7
├─ @rails/activestorage@6.1.7
├─ @rails/ujs@6.1.7
├─ @rails/webpacker@5.4.3
└─ turbolinks@5.2.0
info All dependencies
├─ @ampproject/remapping@2.2.1
├─ @babel/code-frame@7.21.4
├─ @babel/compat-data@7.21.4
├─ @babel/core@7.21.4
├─ @babel/helper-builder-binary-assignment-operator-visitor@7.18.9
├─ @babel/helper-compilation-targets@7.21.4
├─ @babel/helper-explode-assignable-expression@7.18.6
├─ @babel/helper-function-name@7.21.0
├─ @babel/helper-member-expression-to-functions@7.21.0
├─ @babel/helper-module-transforms@7.21.2
├─ @babel/helper-plugin-utils@7.20.2
├─ @babel/helper-replace-supers@7.20.7
├─ @babel/helper-string-parser@7.19.4
├─ @babel/helper-validator-identifier@7.19.1
├─ @babel/helper-wrap-function@7.20.5
├─ @babel/helpers@7.21.0
├─ @babel/highlight@7.18.6
├─ 
@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6
├─ @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.20.7
├─ @babel/plugin-proposal-async-generator-functions@7.20.7
├─ @babel/plugin-proposal-class-properties@7.18.6
├─ @babel/plugin-proposal-class-static-block@7.21.0
├─ @babel/plugin-proposal-dynamic-import@7.18.6
├─ @babel/plugin-proposal-export-namespace-from@7.18.9
├─ @babel/plugin-proposal-json-strings@7.18.6
├─ @babel/plugin-proposal-logical-assignment-operators@7.20.7
├─ @babel/plugin-proposal-nullish-coalescing-operator@7.18.6
├─ @babel/plugin-proposal-numeric-separator@7.18.6
├─ @babel/plugin-proposal-object-rest-spread@7.20.7
├─ @babel/plugin-proposal-optional-catch-binding@7.18.6
├─ @babel/plugin-proposal-optional-chaining@7.21.0
├─ @babel/plugin-proposal-private-methods@7.18.6
├─ @babel/plugin-proposal-private-property-in-object@7.21.0
├─ @babel/plugin-proposal-unicode-property-regex@7.18.6
├─ @babel/plugin-syntax-class-properties@7.12.13
├─ @babel/plugin-syntax-import-assertions@7.20.0
├─ @babel/plugin-syntax-top-level-await@7.14.5
├─ @babel/plugin-transform-arrow-functions@7.20.7
├─ @babel/plugin-transform-async-to-generator@7.20.7
├─ @babel/plugin-transform-block-scoped-functions@7.18.6
├─ @babel/plugin-transform-block-scoping@7.21.0
├─ @babel/plugin-transform-classes@7.21.0
├─ @babel/plugin-transform-computed-properties@7.20.7
├─ @babel/plugin-transform-destructuring@7.21.3
├─ @babel/plugin-transform-dotall-regex@7.18.6
├─ @babel/plugin-transform-duplicate-keys@7.18.9
├─ @babel/plugin-transform-exponentiation-operator@7.18.6
├─ @babel/plugin-transform-for-of@7.21.0
├─ @babel/plugin-transform-function-name@7.18.9
├─ @babel/plugin-transform-literals@7.18.9
├─ @babel/plugin-transform-member-expression-literals@7.18.6
├─ @babel/plugin-transform-modules-amd@7.20.11
├─ @babel/plugin-transform-modules-commonjs@7.21.2
├─ @babel/plugin-transform-modules-systemjs@7.20.11
├─ @babel/plugin-transform-modules-umd@7.18.6
├─ @babel/plugin-transform-named-capturing-groups-regex@7.20.5
├─ @babel/plugin-transform-new-target@7.18.6
├─ @babel/plugin-transform-object-super@7.18.6
├─ @babel/plugin-transform-parameters@7.21.3
├─ @babel/plugin-transform-property-literals@7.18.6
├─ @babel/plugin-transform-regenerator@7.20.5
├─ @babel/plugin-transform-reserved-words@7.18.6
├─ @babel/plugin-transform-runtime@7.21.4
├─ @babel/plugin-transform-shorthand-properties@7.18.6
├─ @babel/plugin-transform-spread@7.20.7
├─ @babel/plugin-transform-sticky-regex@7.18.6
├─ @babel/plugin-transform-template-literals@7.18.9
├─ @babel/plugin-transform-typeof-symbol@7.18.9
├─ @babel/plugin-transform-unicode-escapes@7.18.10
├─ @babel/plugin-transform-unicode-regex@7.18.6
├─ @babel/preset-env@7.21.4
├─ @babel/preset-modules@0.1.5
├─ @babel/regjsgen@0.8.0
├─ @babel/runtime@7.21.0
├─ @babel/template@7.20.7
├─ @babel/traverse@7.21.4
├─ @babel/types@7.21.4
├─ @gar/promisify@1.1.3
├─ @jridgewell/resolve-uri@3.1.0
├─ @jridgewell/set-array@1.1.2
├─ @jridgewell/source-map@0.3.3
├─ @jridgewell/sourcemap-codec@1.4.14
├─ @npmcli/fs@1.1.1
├─ @npmcli/move-file@1.1.2
├─ @rails/actioncable@6.1.7
├─ @rails/activestorage@6.1.7
├─ @rails/ujs@6.1.7
├─ @rails/webpacker@5.4.3
├─ @types/json-schema@7.0.11
├─ @types/node@18.15.11
├─ @types/parse-json@4.0.0
├─ @types/q@1.5.5
├─ @webassemblyjs/floating-point-hex-parser@1.9.0
├─ @webassemblyjs/helper-code-frame@1.9.0
├─ @webassemblyjs/helper-fsm@1.9.0
├─ @webassemblyjs/helper-wasm-section@1.9.0
├─ @webassemblyjs/wasm-edit@1.9.0
├─ @webassemblyjs/wasm-opt@1.9.0
├─ @xtuc/ieee754@1.2.0
├─ acorn@6.4.2
├─ aggregate-error@3.1.0
├─ ajv-errors@1.0.1
├─ ajv-keywords@3.5.2
├─ ajv@6.12.6
├─ ansi-regex@4.1.1
├─ ansi-styles@3.2.1
├─ anymatch@3.1.3
├─ argparse@1.0.10
├─ arr-flatten@1.1.0
├─ array-buffer-byte-length@1.0.0
├─ array.prototype.reduce@1.0.5
├─ asn1.js@5.4.1
├─ assert@1.5.0
├─ assign-symbols@1.0.0
├─ async-each@1.0.6
├─ atob@2.1.2
├─ autoprefixer@9.8.8
├─ babel-loader@8.3.0
├─ babel-plugin-dynamic-import-node@2.3.3
├─ babel-plugin-macros@2.8.0
├─ base@0.11.2
├─ base64-js@1.5.1
├─ binary-extensions@2.2.0
├─ bluebird@3.7.2
├─ boolbase@1.0.0
├─ brace-expansion@1.1.11
├─ braces@2.3.2
├─ brorand@1.1.0
├─ browserify-aes@1.2.0
├─ browserify-cipher@1.0.1
├─ browserify-des@1.0.2
├─ browserify-rsa@4.1.0
├─ browserify-sign@4.2.1
├─ browserify-zlib@0.2.0
├─ buffer-xor@1.0.3
├─ buffer@4.9.2
├─ builtin-status-codes@3.0.0
├─ cache-base@1.0.1
├─ caller-callsite@2.0.0
├─ caller-path@2.0.0
├─ callsites@2.0.0
├─ camelcase@5.3.1
├─ caniuse-lite@1.0.30001480
├─ case-sensitive-paths-webpack-plugin@2.4.0
├─ chokidar@3.5.3
├─ chrome-trace-event@1.0.3
├─ class-utils@0.3.6
├─ clean-stack@2.2.0
├─ cliui@5.0.0
├─ coa@2.0.2
├─ collection-visit@1.0.0
├─ color-convert@1.9.3
├─ color-name@1.1.3
├─ color-string@1.9.1
├─ color@3.2.1
├─ compression-webpack-plugin@4.0.1
├─ concat-map@0.0.1
├─ concat-stream@1.6.2
├─ console-browserify@1.2.0
├─ constants-browserify@1.0.0
├─ convert-source-map@1.9.0
├─ copy-concurrently@1.0.5
├─ copy-descriptor@0.1.1
├─ core-js@3.30.1
├─ core-util-is@1.0.3
├─ create-ecdh@4.0.4
├─ create-hmac@1.1.7
├─ cross-spawn@6.0.5
├─ crypto-browserify@3.12.0
├─ css-blank-pseudo@0.1.4
├─ css-color-names@0.0.4
├─ css-declaration-sorter@4.0.1
├─ css-has-pseudo@0.10.0
├─ css-loader@3.6.0
├─ css-prefers-color-scheme@3.1.1
├─ css-select-base-adapter@0.1.1
├─ css-select@2.1.0
├─ css-tree@1.0.0-alpha.37
├─ css-what@3.4.2
├─ cssdb@4.4.0
├─ cssnano-preset-default@4.0.8
├─ cssnano-util-raw-cache@4.0.1
├─ cssnano-util-same-parent@4.0.1
├─ cssnano@4.1.11
├─ csso@4.2.0
├─ cyclist@1.0.1
├─ debug@4.3.4
├─ decamelize@1.2.0
├─ decode-uri-component@0.2.2
├─ des.js@1.0.1
├─ detect-file@1.0.0
├─ diffie-hellman@5.0.3
├─ dom-serializer@0.2.2
├─ domain-browser@1.2.0
├─ domelementtype@1.3.1
├─ domutils@1.7.0
├─ dot-prop@5.3.0
├─ duplexify@3.7.1
├─ electron-to-chromium@1.4.365
├─ emoji-regex@7.0.3
├─ enhanced-resolve@4.5.0
├─ entities@2.2.0
├─ errno@0.1.8
├─ es-array-method-boxes-properly@1.0.0
├─ es-set-tostringtag@2.0.1
├─ es-to-primitive@1.2.1
├─ escalade@3.1.1
├─ escape-string-regexp@1.0.5
├─ eslint-scope@4.0.3
├─ esprima@4.0.1
├─ esrecurse@4.3.0
├─ estraverse@4.3.0
├─ esutils@2.0.3
├─ events@3.3.0
├─ expand-brackets@2.1.4
├─ expand-tilde@2.0.2
├─ extglob@2.0.4
├─ fast-deep-equal@3.1.3
├─ fast-json-stable-stringify@2.1.0
├─ file-loader@6.2.0
├─ fill-range@4.0.0
├─ findup-sync@3.0.0
├─ flatted@3.2.7
├─ flatten@1.0.3
├─ flush-write-stream@1.1.1
├─ for-in@1.0.2
├─ from2@2.3.0
├─ fs.realpath@1.0.0
├─ function.prototype.name@1.1.5
├─ gensync@1.0.0-beta.2
├─ get-caller-file@2.0.5
├─ get-symbol-description@1.0.0
├─ glob-parent@5.1.2
├─ global-modules@2.0.0
├─ global-prefix@3.0.0
├─ globalthis@1.0.3
├─ has-bigints@1.0.2
├─ has-proto@1.0.1
├─ has-value@1.0.0
├─ hash.js@1.1.7
├─ hex-color-regex@1.1.0
├─ hmac-drbg@1.0.1
├─ hsl-regex@1.0.0
├─ hsla-regex@1.0.0
├─ https-browserify@1.0.0
├─ ieee754@1.2.1
├─ immutable@4.3.0
├─ import-cwd@2.1.0
├─ import-fresh@2.0.0
├─ import-from@2.1.0
├─ import-local@2.0.0
├─ indent-string@4.0.0
├─ infer-owner@1.0.4
├─ inflight@1.0.6
├─ ini@1.3.8
├─ internal-slot@1.0.5
├─ interpret@1.4.0
├─ is-absolute-url@2.1.0
├─ is-accessor-descriptor@1.0.0
├─ is-array-buffer@3.0.2
├─ is-arrayish@0.2.1
├─ is-bigint@1.0.4
├─ is-binary-path@2.1.0
├─ is-boolean-object@1.1.2
├─ is-callable@1.2.7
├─ is-color-stop@1.1.0
├─ is-core-module@2.12.0
├─ is-data-descriptor@1.0.0
├─ is-date-object@1.0.5
├─ is-descriptor@1.0.2
├─ is-directory@0.3.1
├─ is-extglob@2.1.1
├─ is-fullwidth-code-point@2.0.0
├─ is-glob@4.0.3
├─ is-negative-zero@2.0.2
├─ is-number-object@1.0.7
├─ is-obj@2.0.0
├─ is-plain-obj@1.1.0
├─ is-plain-object@2.0.4
├─ is-resolvable@1.1.0
├─ is-shared-array-buffer@1.0.2
├─ is-string@1.0.7
├─ is-symbol@1.0.4
├─ is-weakref@1.0.2
├─ is-windows@1.0.2
├─ is-wsl@1.1.0
├─ isarray@1.0.0
├─ isexe@2.0.0
├─ jest-worker@26.6.2
├─ js-tokens@4.0.0
├─ jsesc@2.5.2
├─ json-parse-better-errors@1.0.2
├─ json-parse-even-better-errors@2.3.1
├─ json-schema-traverse@0.4.1
├─ json5@2.2.3
├─ kind-of@3.2.2
├─ klona@2.0.6
├─ last-call-webpack-plugin@3.0.0
├─ lines-and-columns@1.2.4
├─ loader-runner@2.4.0
├─ locate-path@3.0.0
├─ lodash.debounce@4.0.8
├─ lodash.get@4.4.2
├─ lodash.has@4.5.2
├─ lodash.memoize@4.1.2
├─ lodash.uniq@4.5.0
├─ lodash@4.17.21
├─ make-dir@3.1.0
├─ map-visit@1.0.0
├─ mdn-data@2.0.4
├─ memory-fs@0.4.1
├─ merge-stream@2.0.0
├─ micromatch@3.1.10
├─ miller-rabin@4.0.1
├─ mini-css-extract-plugin@0.9.0
├─ minimatch@3.1.2
├─ minimist@1.2.8
├─ minipass-collect@1.0.2
├─ minipass-flush@1.0.5
├─ minipass-pipeline@1.2.4
├─ minizlib@2.1.2
├─ mississippi@3.0.0
├─ mixin-deep@1.3.2
├─ mkdirp@0.5.6
├─ move-concurrently@1.0.1
├─ ms@2.1.2
├─ nanomatch@1.2.13
├─ neo-async@2.6.2
├─ nice-try@1.0.5
├─ node-libs-browser@2.2.1
├─ node-releases@2.0.10
├─ normalize-path@3.0.0
├─ normalize-range@0.1.2
├─ normalize-url@1.9.1
├─ nth-check@1.0.2
├─ num2fraction@1.2.2
├─ object-assign@4.1.1
├─ object-copy@0.1.0
├─ object-inspect@1.12.3
├─ object.assign@4.1.4
├─ object.getownpropertydescriptors@2.1.5
├─ object.values@1.1.6
├─ optimize-css-assets-webpack-plugin@5.0.8
├─ os-browserify@0.3.0
├─ p-limit@2.3.0
├─ p-locate@3.0.0
├─ p-map@4.0.0
├─ p-try@2.2.0
├─ pako@1.0.11
├─ parallel-transform@1.2.0
├─ parent-module@1.0.1
├─ parse-asn1@5.1.6
├─ parse-json@4.0.0
├─ parse-passwd@1.0.0
├─ pascalcase@0.1.1
├─ path-browserify@0.0.1
├─ path-complete-extname@1.0.0
├─ path-dirname@1.0.2
├─ path-exists@3.0.0
├─ path-is-absolute@1.0.1
├─ path-key@2.0.1
├─ path-parse@1.0.7
├─ path-type@4.0.0
├─ picomatch@2.3.1
├─ pify@2.3.0
├─ pnp-webpack-plugin@1.7.0
├─ posix-character-classes@0.1.1
├─ postcss-attribute-case-insensitive@4.0.2
├─ postcss-calc@7.0.5
├─ postcss-color-functional-notation@2.0.1
├─ postcss-color-gray@5.0.0
├─ postcss-color-hex-alpha@5.0.3
├─ postcss-color-mod-function@3.0.3
├─ postcss-color-rebeccapurple@4.0.1
├─ postcss-colormin@4.0.3
├─ postcss-convert-values@4.0.1
├─ postcss-custom-media@7.0.8
├─ postcss-custom-properties@8.0.11
├─ postcss-custom-selectors@5.1.2
├─ postcss-dir-pseudo-class@5.0.0
├─ postcss-discard-comments@4.0.2
├─ postcss-discard-duplicates@4.0.2
├─ postcss-discard-empty@4.0.1
├─ postcss-discard-overridden@4.0.1
├─ postcss-double-position-gradients@1.0.0
├─ postcss-env-function@2.0.2
├─ postcss-flexbugs-fixes@4.2.1
├─ postcss-focus-visible@4.0.0
├─ postcss-focus-within@3.0.0
├─ postcss-font-variant@4.0.1
├─ postcss-gap-properties@2.0.0
├─ postcss-image-set-function@3.0.1
├─ postcss-import@12.0.1
├─ postcss-initial@3.0.4
├─ postcss-lab-function@2.0.1
├─ postcss-load-config@2.1.2
├─ postcss-loader@3.0.0
├─ postcss-logical@3.0.0
├─ postcss-media-minmax@4.0.0
├─ postcss-merge-longhand@4.0.11
├─ postcss-merge-rules@4.0.3
├─ postcss-minify-font-values@4.0.2
├─ postcss-minify-gradients@4.0.2
├─ postcss-minify-params@4.0.2
├─ postcss-minify-selectors@4.0.2
├─ postcss-modules-extract-imports@2.0.0
├─ postcss-modules-local-by-default@3.0.3
├─ postcss-modules-scope@2.2.0
├─ postcss-modules-values@3.0.0
├─ postcss-nesting@7.0.1
├─ postcss-normalize-charset@4.0.1
├─ postcss-normalize-display-values@4.0.2
├─ postcss-normalize-positions@4.0.2
├─ postcss-normalize-repeat-style@4.0.2
├─ postcss-normalize-string@4.0.2
├─ postcss-normalize-timing-functions@4.0.2
├─ postcss-normalize-unicode@4.0.1
├─ postcss-normalize-url@4.0.1
├─ postcss-normalize-whitespace@4.0.2
├─ postcss-ordered-values@4.1.2
├─ postcss-overflow-shorthand@2.0.0
├─ postcss-page-break@2.0.0
├─ postcss-place@4.0.1
├─ postcss-preset-env@6.7.1
├─ postcss-pseudo-class-any-link@6.0.0
├─ postcss-reduce-initial@4.0.3
├─ postcss-reduce-transforms@4.0.2
├─ postcss-replace-overflow-wrap@3.0.0
├─ postcss-safe-parser@4.0.2
├─ postcss-selector-matches@4.0.0
├─ postcss-selector-not@4.0.1
├─ postcss-svgo@4.0.3
├─ postcss-unique-selectors@4.0.1
├─ prepend-http@1.0.4
├─ process-nextick-args@2.0.1
├─ process@0.11.10
├─ prr@1.0.1
├─ public-encrypt@4.0.3
├─ pump@3.0.0
├─ pumpify@1.5.1
├─ punycode@1.4.1
├─ q@1.5.1
├─ query-string@4.3.4
├─ querystring-es3@0.2.1
├─ querystring@0.2.0
├─ randomfill@1.0.4
├─ read-cache@1.0.0
├─ readable-stream@2.3.8
├─ readdirp@3.6.0
├─ regenerate-unicode-properties@10.1.0
├─ regenerator-runtime@0.13.11
├─ regenerator-transform@0.15.1
├─ regexp.prototype.flags@1.4.3
├─ regexpu-core@5.3.2
├─ regjsparser@0.9.1
├─ remove-trailing-separator@1.1.0
├─ repeat-element@1.1.4
├─ require-directory@2.1.1
├─ require-main-filename@2.0.0
├─ resolve-cwd@2.0.0
├─ resolve-dir@1.0.1
├─ resolve-url@0.2.1
├─ resolve@1.22.3
├─ ret@0.1.15
├─ rgb-regex@1.0.1
├─ rgba-regex@1.0.0
├─ run-queue@1.0.3
├─ safe-regex-test@1.0.0
├─ safer-buffer@2.1.2
├─ sass-loader@10.1.1
├─ sass@1.62.0
├─ sax@1.2.4
├─ semver@6.3.0
├─ set-blocking@2.0.0
├─ set-value@2.0.1
├─ setimmediate@1.0.5
├─ shebang-command@1.2.0
├─ shebang-regex@1.0.0
├─ side-channel@1.0.4
├─ simple-swizzle@0.2.2
├─ snapdragon-node@2.1.1
├─ snapdragon-util@3.0.1
├─ sort-keys@1.1.2
├─ source-list-map@2.0.1
├─ source-map-js@1.0.2
├─ source-map-resolve@0.5.3
├─ source-map-support@0.5.21
├─ source-map-url@0.4.1
├─ spark-md5@3.0.2
├─ split-string@3.1.0
├─ sprintf-js@1.0.3
├─ ssri@8.0.1
├─ stable@0.1.8
├─ static-extend@0.1.2
├─ stream-browserify@2.0.2
├─ stream-each@1.2.3
├─ stream-http@2.8.3
├─ strict-uri-encode@1.1.0
├─ string_decoder@1.3.0
├─ string.prototype.trim@1.2.7
├─ string.prototype.trimend@1.0.6
├─ string.prototype.trimstart@1.0.6
├─ strip-ansi@5.2.0
├─ style-loader@1.3.0
├─ stylehacks@4.0.3
├─ supports-color@6.1.0
├─ supports-preserve-symlinks-flag@1.0.0
├─ svgo@1.3.2
├─ tar@6.1.13
├─ terser-webpack-plugin@4.2.3
├─ terser@5.16.9
├─ through2@2.0.5
├─ timers-browserify@2.0.12
├─ timsort@0.3.0
├─ to-arraybuffer@1.0.1
├─ to-fast-properties@2.0.0
├─ to-object-path@0.3.0
├─ to-regex-range@2.1.1
├─ ts-pnp@1.2.0
├─ tty-browserify@0.0.0
├─ turbolinks@5.2.0
├─ typed-array-length@1.0.4
├─ typedarray@0.0.6
├─ unbox-primitive@1.0.2
├─ unicode-canonical-property-names-ecmascript@2.0.0
├─ unicode-match-property-ecmascript@2.0.0
├─ unicode-match-property-value-ecmascript@2.1.0
├─ unicode-property-aliases-ecmascript@2.1.0
├─ union-value@1.0.1
├─ unique-slug@2.0.2
├─ unquote@1.1.1
├─ unset-value@1.0.0
├─ upath@1.2.0
├─ update-browserslist-db@1.0.11
├─ uri-js@4.4.1
├─ urix@0.1.0
├─ url@0.11.0
├─ use@3.1.1
├─ util-deprecate@1.0.2
├─ util.promisify@1.0.1
├─ util@0.11.1
├─ v8-compile-cache@2.3.0
├─ vendors@1.0.4
├─ vm-browserify@1.1.2
├─ watchpack-chokidar2@2.0.1
├─ watchpack@1.7.5
├─ webpack-assets-manifest@3.1.1
├─ webpack-cli@3.3.12
├─ webpack@4.46.0
├─ which-boxed-primitive@1.0.2
├─ which-module@2.0.0
├─ which-typed-array@1.1.9
├─ which@1.3.1
├─ worker-farm@1.7.0
├─ wrap-ansi@5.1.0
├─ xtend@4.0.2
├─ yaml@1.10.2
├─ yargs-parser@13.1.2
├─ yargs@13.3.2
└─ yocto-queue@0.1.0
Done in 37.46s.
rails aborted!
Errno::ENOENT: No such file or directory @ rb_sysopen - 
/usr/share/rubygems-integration/all/gems/webpacker-5.4.3/lib/install/../../package.json
/home/happy/aaabbbccc/bin/rails:5:in `<top (required)>'
/home/happy/aaabbbccc/bin/spring:10:in `require'
/home/happy/aaabbbccc/bin/spring:10:in `block in <top (required)>'
/home/happy/aaabbbccc/bin/spring:7:in `<top (required)>'
Tasks: TOP => app:template
(See full trace by running task with --trace)
      create  
      create  README.md
      create  Rakefile
      create  .ruby-version
      create  config.ru
      create  .gitignore
      create  .gitattributes
      create  Gemfile
         run  git init from "."
      create  package.json
      create  app
      create  app/assets/config/manifest.js
      create  app/assets/stylesheets/application.css
      create  app/channels/application_cable/channel.rb
      create  app/channels/application_cable/connection.rb
      create  app/controllers/application_controller.rb
      create  app/helpers/application_helper.rb
      create  app/javascript/channels/consumer.js
      create  app/javascript/channels/index.js
      create  app/javascript/packs/application.js
      create  app/jobs/application_job.rb
      create  app/mailers/application_mailer.rb
      create  app/models/application_record.rb
      create  app/views/layouts/application.html.erb
      create  app/views/layouts/mailer.html.erb
      create  app/views/layouts/mailer.text.erb
      create  app/assets/images
      create  app/assets/images/.keep
      create  app/controllers/concerns/.keep
      create  app/models/concerns/.keep
      create  bin
      create  bin/rails
      create  bin/rake
      create  bin/setup
      create  bin/spring
      create  bin/yarn
      create  config
      create  config/routes.rb
      create  config/application.rb
      create  config/environment.rb
      create  config/cable.yml
      create  config/puma.rb
      create  config/spring.rb
      create  config/storage.yml
      create  config/environments
      create  config/environments/development.rb
      create  config/environments/production.rb
      create  config/environments/test.rb
      create  config/initializers
      create  config/initializers/application_controller_renderer.rb
      create  config/initializers/assets.rb
      create  config/initializers/backtrace_silencers.rb
      create  config/initializers/content_security_policy.rb
      create  config/initializers/cookies_serializer.rb
      create  config/initializers/cors.rb
      create  config/initializers/filter_parameter_logging.rb
      create  config/initializers/inflections.rb
      create  config/initializers/mime_types.rb
      create  config/initializers/new_framework_defaults_6_1.rb
      create  config/initializers/permissions_policy.rb
      create  config/initializers/wrap_parameters.rb
      create  config/locales
      create  config/locales/en.yml
      create  config/master.key
      append  .gitignore
      create  config/boot.rb
      create  config/database.yml
      create  db
      create  db/seeds.rb
      create  lib
      create  lib/tasks
      create  lib/tasks/.keep
      create  lib/assets
      create  lib/assets/.keep
      create  log
      create  log/.keep
      create  public
      create  public/404.html
      create  public/422.html
      create  public/500.html
      create  public/apple-touch-icon-precomposed.png
      create  public/apple-touch-icon.png
      create  public/favicon.ico
      create  public/robots.txt
      create  tmp
      create  tmp/.keep
      create  tmp/pids
      create  tmp/pids/.keep
      create  tmp/cache
      create  tmp/cache/assets
      create  vendor
      create  vendor/.keep
      create  test/fixtures/files
      create  test/fixtures/files/.keep
      create  test/controllers
      create  test/controllers/.keep
      create  test/mailers
      create  test/mailers/.keep
      create  test/models
      create  test/models/.keep
      create  test/helpers
      create  test/helpers/.keep
      create  test/integration
      create  test/integration/.keep
      create  test/channels/application_cable/connection_test.rb
      create  test/test_helper.rb
      create  test/system
      create  test/system/.keep
      create  test/application_system_test_case.rb
      create  storage
      create  storage/.keep
      create  tmp/storage
      create  tmp/storage/.keep
      remove  config/initializers/cors.rb
      remove  config/initializers/new_framework_defaults_6_1.rb
         run  bundle install --local
Resolving dependencies...
Using rake 13.0.6
Using concurrent-ruby 1.1.6
Using minitest 5.15.0
Using builder 3.2.4
Using erubi 1.9.0
Using mini_portile2 2.8.1
Using racc 1.6.2
Using crass 1.0.2
Using rack 2.2.6.4
Using nio4r 2.5.8
Using websocket-extensions 0.1.5
Using zeitwerk 2.6.1
Using mini_mime 1.1.1
Using digest 3.1.0
Using io-wait 0.2.1
Using timeout 0.2.0
Using strscan 3.0.1
Using public_suffix 4.0.6
Using marcel 1.0.1
Using bindex 0.8.1
Using bundler 2.3.15
Using byebug 11.1.3
Using matrix 0.4.2
Using regexp_parser 2.6.1
Using childprocess 4.1.0
Using ffi 1.15.5
Using method_source 1.0.0
Using thor 1.2.1
Using rexml 3.2.5
Using rubyzip 2.3.2
Using tilt 2.0.11
Using websocket 1.2.9
Using semantic_range 3.0.0
Using spring 2.1.1
Using sqlite3 1.4.2
Using turbolinks-source 5.2.0
Using i18n 1.10.0
Using tzinfo 2.0.5
Using nokogiri 1.13.10
Using rack-test 2.0.2
Using puma 5.6.5
Using rack-proxy 0.7.4
Using sprockets 3.7.2
Using websocket-driver 0.6.3
Using mail 2.7.1
Using net-protocol 0.1.2
Using addressable 2.8.1
Using msgpack 1.4.2
Using activesupport 6.1.7.3
Using loofah 2.19.1
Using net-imap 0.2.3
Using net-pop 0.1.1
Using net-smtp 0.3.1
Using xpath 3.2.0
Using rb-inotify 0.10.1
Using sassc 2.4.0
Using selenium-webdriver 4.4.0
Using turbolinks 5.2.1
Using rails-dom-testing 2.0.3
Using rails-html-sanitizer 1.4.4
Using globalid 0.6.0
Using activemodel 6.1.7.3
Using bootsnap 1.13.0
Using capybara 3.36.0
Using jbuilder 2.10.0
Using listen 3.7.0
Using actionview 6.1.7.3
Using activejob 6.1.7.3
Using actionpack 6.1.7.3
Using actioncable 6.1.7.3
Using actionmailer 6.1.7.3
Using railties 6.1.7.3
Using sprockets-rails 3.4.1
Using activerecord 6.1.7.3
Using sassc-rails 2.1.2
Using webpacker 5.4.3
Using web-console 4.2.0
Using activestorage 6.1.7.3
Using sass-rails 6.0.0
Using actionmailbox 6.1.7.3
Using actiontext 6.1.7.3
Using rails 6.1.7.3
Bundle complete! 15 Gemfile dependencies, 82 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
         run  bundle binstubs bundler
       rails  webpacker:install
Node.js version is v18.13.0
Yarn version is 1.22.19
      create  config/webpacker.yml
Copying webpack core config
      create  config/webpack
      create  config/webpack/development.js
      create  config/webpack/environment.js
      create  config/webpack/production.js
      create  config/webpack/test.js
Copying postcss.config.js to app root directory
      create  postcss.config.js
Copying babel.config.js to app root directory
      create  babel.config.js
Copying .browserslistrc to app root directory
      create  .browserslistrc
The JavaScript app source directory already exists
       apply  
/usr/share/rubygems-integration/all/gems/webpacker-5.4.3/lib/install/binstubs.rb
  Copying binstubs
       exist    bin
      create    bin/webpack
      create    bin/webpack-dev-server
      append  .gitignore
Installing all JavaScript dependencies [5.4.3]
         run  yarnpkg add @rails/webpacker@5.4.3 from "."
yarn add v1.22.19
info No lockfile found.
[1/4] Resolving packages...
warning @rails/webpacker > compression-webpack-plugin > cacache > 
@npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs
warning @rails/webpacker > webpack > watchpack > watchpack-chokidar2 > 
chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. 
Upgrade to chokidar 3 with 15x fewer dependencies
warning @rails/webpacker > webpack > watchpack > watchpack-chokidar2 > chokidar 
> fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using 
insecure binaries. Upgrade to fsevents 2.
warning @rails/webpacker > postcss-preset-env > postcss-color-gray > 
postcss-values-parser > flatten@1.0.3: flatten is deprecated in favor of 
utility frameworks such as lodash.
warning @rails/webpacker > webpack > node-libs-browser > url > 
querystring@0.2.0: The querystring API is considered Legacy. new code should 
use the URLSearchParams API instead.
warning @rails/webpacker > webpack > micromatch > snapdragon > 
source-map-resolve@0.5.3: See 
https://github.com/lydell/source-map-resolve#deprecated
warning @rails/webpacker > optimize-css-assets-webpack-plugin > cssnano > 
cssnano-preset-default > postcss-svgo > svgo@1.3.2: This SVGO version is no 
longer supported. Upgrade to v2.x.x.
warning @rails/webpacker > webpack > micromatch > snapdragon > 
source-map-resolve > resolve-url@0.2.1: 
https://github.com/lydell/resolve-url#deprecated
warning @rails/webpacker > webpack > micromatch > snapdragon > 
source-map-resolve > source-map-url@0.4.1: See 
https://github.com/lydell/source-map-url#deprecated
warning @rails/webpacker > webpack > micromatch > snapdragon > 
source-map-resolve > urix@0.1.0: Please see 
https://github.com/lydell/urix#deprecated
warning @rails/webpacker > optimize-css-assets-webpack-plugin > cssnano > 
cssnano-preset-default > postcss-svgo > svgo > stable@0.1.8: Modern JS already 
guarantees Array#sort() is a stable sort, so this library is deprecated. See 
the compatibility table on MDN: 
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
success Saved 560 new dependencies.
info Direct dependencies
├─ @rails/actioncable@6.1.7
├─ @rails/activestorage@6.1.7
├─ @rails/ujs@6.1.7
├─ @rails/webpacker@5.4.3
└─ turbolinks@5.2.0
info All dependencies
├─ @ampproject/remapping@2.2.1
├─ @babel/code-frame@7.21.4
├─ @babel/compat-data@7.21.4
├─ @babel/core@7.21.4
├─ @babel/helper-builder-binary-assignment-operator-visitor@7.18.9
├─ @babel/helper-compilation-targets@7.21.4
├─ @babel/helper-explode-assignable-expression@7.18.6
├─ @babel/helper-function-name@7.21.0
├─ @babel/helper-member-expression-to-functions@7.21.0
├─ @babel/helper-module-transforms@7.21.2
├─ @babel/helper-plugin-utils@7.20.2
├─ @babel/helper-replace-supers@7.20.7
├─ @babel/helper-string-parser@7.19.4
├─ @babel/helper-validator-identifier@7.19.1
├─ @babel/helper-wrap-function@7.20.5
├─ @babel/helpers@7.21.0
├─ @babel/highlight@7.18.6
├─ 
@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6
├─ @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.20.7
├─ @babel/plugin-proposal-async-generator-functions@7.20.7
├─ @babel/plugin-proposal-class-properties@7.18.6
├─ @babel/plugin-proposal-class-static-block@7.21.0
├─ @babel/plugin-proposal-dynamic-import@7.18.6
├─ @babel/plugin-proposal-export-namespace-from@7.18.9
├─ @babel/plugin-proposal-json-strings@7.18.6
├─ @babel/plugin-proposal-logical-assignment-operators@7.20.7
├─ @babel/plugin-proposal-nullish-coalescing-operator@7.18.6
├─ @babel/plugin-proposal-numeric-separator@7.18.6
├─ @babel/plugin-proposal-object-rest-spread@7.20.7
├─ @babel/plugin-proposal-optional-catch-binding@7.18.6
├─ @babel/plugin-proposal-optional-chaining@7.21.0
├─ @babel/plugin-proposal-private-methods@7.18.6
├─ @babel/plugin-proposal-private-property-in-object@7.21.0
├─ @babel/plugin-proposal-unicode-property-regex@7.18.6
├─ @babel/plugin-syntax-class-properties@7.12.13
├─ @babel/plugin-syntax-import-assertions@7.20.0
├─ @babel/plugin-syntax-top-level-await@7.14.5
├─ @babel/plugin-transform-arrow-functions@7.20.7
├─ @babel/plugin-transform-async-to-generator@7.20.7
├─ @babel/plugin-transform-block-scoped-functions@7.18.6
├─ @babel/plugin-transform-block-scoping@7.21.0
├─ @babel/plugin-transform-classes@7.21.0
├─ @babel/plugin-transform-computed-properties@7.20.7
├─ @babel/plugin-transform-destructuring@7.21.3
├─ @babel/plugin-transform-dotall-regex@7.18.6
├─ @babel/plugin-transform-duplicate-keys@7.18.9
├─ @babel/plugin-transform-exponentiation-operator@7.18.6
├─ @babel/plugin-transform-for-of@7.21.0
├─ @babel/plugin-transform-function-name@7.18.9
├─ @babel/plugin-transform-literals@7.18.9
├─ @babel/plugin-transform-member-expression-literals@7.18.6
├─ @babel/plugin-transform-modules-amd@7.20.11
├─ @babel/plugin-transform-modules-commonjs@7.21.2
├─ @babel/plugin-transform-modules-systemjs@7.20.11
├─ @babel/plugin-transform-modules-umd@7.18.6
├─ @babel/plugin-transform-named-capturing-groups-regex@7.20.5
├─ @babel/plugin-transform-new-target@7.18.6
├─ @babel/plugin-transform-object-super@7.18.6
├─ @babel/plugin-transform-parameters@7.21.3
├─ @babel/plugin-transform-property-literals@7.18.6
├─ @babel/plugin-transform-regenerator@7.20.5
├─ @babel/plugin-transform-reserved-words@7.18.6
├─ @babel/plugin-transform-runtime@7.21.4
├─ @babel/plugin-transform-shorthand-properties@7.18.6
├─ @babel/plugin-transform-spread@7.20.7
├─ @babel/plugin-transform-sticky-regex@7.18.6
├─ @babel/plugin-transform-template-literals@7.18.9
├─ @babel/plugin-transform-typeof-symbol@7.18.9
├─ @babel/plugin-transform-unicode-escapes@7.18.10
├─ @babel/plugin-transform-unicode-regex@7.18.6
├─ @babel/preset-env@7.21.4
├─ @babel/preset-modules@0.1.5
├─ @babel/regjsgen@0.8.0
├─ @babel/runtime@7.21.0
├─ @babel/template@7.20.7
├─ @babel/traverse@7.21.4
├─ @gar/promisify@1.1.3
├─ @jridgewell/resolve-uri@3.1.0
├─ @jridgewell/set-array@1.1.2
├─ @jridgewell/source-map@0.3.3
├─ @jridgewell/sourcemap-codec@1.4.14
├─ @npmcli/fs@1.1.1
├─ @npmcli/move-file@1.1.2
├─ @rails/actioncable@6.1.7
├─ @rails/activestorage@6.1.7
├─ @rails/ujs@6.1.7
├─ @rails/webpacker@5.4.3
├─ @types/json-schema@7.0.11
├─ @types/node@18.15.11
├─ @types/parse-json@4.0.0
├─ @types/q@1.5.5
├─ @webassemblyjs/floating-point-hex-parser@1.9.0
├─ @webassemblyjs/helper-code-frame@1.9.0
├─ @webassemblyjs/helper-fsm@1.9.0
├─ @webassemblyjs/helper-wasm-section@1.9.0
├─ @webassemblyjs/wasm-edit@1.9.0
├─ @webassemblyjs/wasm-opt@1.9.0
├─ @xtuc/ieee754@1.2.0
├─ acorn@6.4.2
├─ aggregate-error@3.1.0
├─ ajv-errors@1.0.1
├─ ajv-keywords@3.5.2
├─ ajv@6.12.6
├─ ansi-regex@4.1.1
├─ ansi-styles@3.2.1
├─ anymatch@3.1.3
├─ argparse@1.0.10
├─ arr-flatten@1.1.0
├─ array-buffer-byte-length@1.0.0
├─ array.prototype.reduce@1.0.5
├─ asn1.js@5.4.1
├─ assert@1.5.0
├─ assign-symbols@1.0.0
├─ async-each@1.0.6
├─ atob@2.1.2
├─ autoprefixer@9.8.8
├─ babel-loader@8.3.0
├─ babel-plugin-dynamic-import-node@2.3.3
├─ babel-plugin-macros@2.8.0
├─ base@0.11.2
├─ base64-js@1.5.1
├─ binary-extensions@2.2.0
├─ bluebird@3.7.2
├─ boolbase@1.0.0
├─ brace-expansion@1.1.11
├─ braces@2.3.2
├─ brorand@1.1.0
├─ browserify-aes@1.2.0
├─ browserify-cipher@1.0.1
├─ browserify-des@1.0.2
├─ browserify-rsa@4.1.0
├─ browserify-sign@4.2.1
├─ browserify-zlib@0.2.0
├─ buffer-xor@1.0.3
├─ buffer@4.9.2
├─ builtin-status-codes@3.0.0
├─ cache-base@1.0.1
├─ caller-callsite@2.0.0
├─ caller-path@2.0.0
├─ callsites@2.0.0
├─ camelcase@5.3.1
├─ caniuse-lite@1.0.30001480
├─ case-sensitive-paths-webpack-plugin@2.4.0
├─ chokidar@3.5.3
├─ chrome-trace-event@1.0.3
├─ class-utils@0.3.6
├─ clean-stack@2.2.0
├─ cliui@5.0.0
├─ coa@2.0.2
├─ collection-visit@1.0.0
├─ color-convert@1.9.3
├─ color-name@1.1.3
├─ color-string@1.9.1
├─ color@3.2.1
├─ compression-webpack-plugin@4.0.1
├─ concat-map@0.0.1
├─ concat-stream@1.6.2
├─ console-browserify@1.2.0
├─ constants-browserify@1.0.0
├─ convert-source-map@1.9.0
├─ copy-concurrently@1.0.5
├─ copy-descriptor@0.1.1
├─ core-js@3.30.1
├─ core-util-is@1.0.3
├─ create-ecdh@4.0.4
├─ create-hmac@1.1.7
├─ cross-spawn@6.0.5
├─ crypto-browserify@3.12.0
├─ css-blank-pseudo@0.1.4
├─ css-color-names@0.0.4
├─ css-declaration-sorter@4.0.1
├─ css-has-pseudo@0.10.0
├─ css-loader@3.6.0
├─ css-prefers-color-scheme@3.1.1
├─ css-select-base-adapter@0.1.1
├─ css-select@2.1.0
├─ css-tree@1.0.0-alpha.37
├─ css-what@3.4.2
├─ cssdb@4.4.0
├─ cssnano-preset-default@4.0.8
├─ cssnano-util-raw-cache@4.0.1
├─ cssnano-util-same-parent@4.0.1
├─ cssnano@4.1.11
├─ csso@4.2.0
├─ cyclist@1.0.1
├─ debug@4.3.4
├─ decamelize@1.2.0
├─ decode-uri-component@0.2.2
├─ des.js@1.0.1
├─ detect-file@1.0.0
├─ diffie-hellman@5.0.3
├─ dom-serializer@0.2.2
├─ domain-browser@1.2.0
├─ domelementtype@1.3.1
├─ domutils@1.7.0
├─ dot-prop@5.3.0
├─ duplexify@3.7.1
├─ electron-to-chromium@1.4.365
├─ emoji-regex@7.0.3
├─ enhanced-resolve@4.5.0
├─ entities@2.2.0
├─ errno@0.1.8
├─ es-array-method-boxes-properly@1.0.0
├─ es-set-tostringtag@2.0.1
├─ es-to-primitive@1.2.1
├─ escalade@3.1.1
├─ escape-string-regexp@1.0.5
├─ eslint-scope@4.0.3
├─ esprima@4.0.1
├─ esrecurse@4.3.0
├─ estraverse@4.3.0
├─ esutils@2.0.3
├─ events@3.3.0
├─ expand-brackets@2.1.4
├─ expand-tilde@2.0.2
├─ extglob@2.0.4
├─ fast-deep-equal@3.1.3
├─ fast-json-stable-stringify@2.1.0
├─ file-loader@6.2.0
├─ fill-range@4.0.0
├─ findup-sync@3.0.0
├─ flatted@3.2.7
├─ flatten@1.0.3
├─ flush-write-stream@1.1.1
├─ for-in@1.0.2
├─ from2@2.3.0
├─ fs.realpath@1.0.0
├─ function.prototype.name@1.1.5
├─ gensync@1.0.0-beta.2
├─ get-caller-file@2.0.5
├─ get-symbol-description@1.0.0
├─ glob-parent@5.1.2
├─ global-modules@2.0.0
├─ global-prefix@3.0.0
├─ globalthis@1.0.3
├─ has-bigints@1.0.2
├─ has-proto@1.0.1
├─ has-value@1.0.0
├─ hash.js@1.1.7
├─ hex-color-regex@1.1.0
├─ hmac-drbg@1.0.1
├─ hsl-regex@1.0.0
├─ hsla-regex@1.0.0
├─ https-browserify@1.0.0
├─ icss-utils@4.1.1
├─ ieee754@1.2.1
├─ immutable@4.3.0
├─ import-cwd@2.1.0
├─ import-fresh@2.0.0
├─ import-from@2.1.0
├─ import-local@2.0.0
├─ indent-string@4.0.0
├─ infer-owner@1.0.4
├─ inflight@1.0.6
├─ ini@1.3.8
├─ internal-slot@1.0.5
├─ interpret@1.4.0
├─ is-absolute-url@2.1.0
├─ is-accessor-descriptor@1.0.0
├─ is-array-buffer@3.0.2
├─ is-arrayish@0.2.1
├─ is-bigint@1.0.4
├─ is-binary-path@2.1.0
├─ is-boolean-object@1.1.2
├─ is-callable@1.2.7
├─ is-color-stop@1.1.0
├─ is-core-module@2.12.0
├─ is-data-descriptor@1.0.0
├─ is-date-object@1.0.5
├─ is-descriptor@1.0.2
├─ is-directory@0.3.1
├─ is-extglob@2.1.1
├─ is-fullwidth-code-point@2.0.0
├─ is-glob@4.0.3
├─ is-negative-zero@2.0.2
├─ is-number-object@1.0.7
├─ is-obj@2.0.0
├─ is-plain-obj@1.1.0
├─ is-plain-object@2.0.4
├─ is-resolvable@1.1.0
├─ is-shared-array-buffer@1.0.2
├─ is-string@1.0.7
├─ is-symbol@1.0.4
├─ is-weakref@1.0.2
├─ is-windows@1.0.2
├─ is-wsl@1.1.0
├─ isarray@1.0.0
├─ isexe@2.0.0
├─ jest-worker@26.6.2
├─ js-tokens@4.0.0
├─ jsesc@2.5.2
├─ json-parse-better-errors@1.0.2
├─ json-parse-even-better-errors@2.3.1
├─ json-schema-traverse@0.4.1
├─ json5@2.2.3
├─ kind-of@3.2.2
├─ klona@2.0.6
├─ last-call-webpack-plugin@3.0.0
├─ lines-and-columns@1.2.4
├─ loader-runner@2.4.0
├─ locate-path@3.0.0
├─ lodash.debounce@4.0.8
├─ lodash.get@4.4.2
├─ lodash.has@4.5.2
├─ lodash.memoize@4.1.2
├─ lodash.uniq@4.5.0
├─ lodash@4.17.21
├─ make-dir@3.1.0
├─ map-visit@1.0.0
├─ mdn-data@2.0.4
├─ memory-fs@0.4.1
├─ merge-stream@2.0.0
├─ micromatch@3.1.10
├─ miller-rabin@4.0.1
├─ mini-css-extract-plugin@0.9.0
├─ minimatch@3.1.2
├─ minimist@1.2.8
├─ minipass-collect@1.0.2
├─ minipass-flush@1.0.5
├─ minipass-pipeline@1.2.4
├─ minizlib@2.1.2
├─ mississippi@3.0.0
├─ mixin-deep@1.3.2
├─ mkdirp@0.5.6
├─ move-concurrently@1.0.1
├─ ms@2.1.2
├─ nanomatch@1.2.13
├─ neo-async@2.6.2
├─ nice-try@1.0.5
├─ node-libs-browser@2.2.1
├─ node-releases@2.0.10
├─ normalize-path@3.0.0
├─ normalize-range@0.1.2
├─ normalize-url@1.9.1
├─ nth-check@1.0.2
├─ num2fraction@1.2.2
├─ object-assign@4.1.1
├─ object-copy@0.1.0
├─ object-inspect@1.12.3
├─ object.assign@4.1.4
├─ object.getownpropertydescriptors@2.1.5
├─ object.values@1.1.6
├─ optimize-css-assets-webpack-plugin@5.0.8
├─ os-browserify@0.3.0
├─ p-limit@2.3.0
├─ p-locate@3.0.0
├─ p-map@4.0.0
├─ p-try@2.2.0
├─ pako@1.0.11
├─ parallel-transform@1.2.0
├─ parent-module@1.0.1
├─ parse-asn1@5.1.6
├─ parse-json@4.0.0
├─ parse-passwd@1.0.0
├─ pascalcase@0.1.1
├─ path-browserify@0.0.1
├─ path-complete-extname@1.0.0
├─ path-dirname@1.0.2
├─ path-exists@3.0.0
├─ path-is-absolute@1.0.1
├─ path-key@2.0.1
├─ path-parse@1.0.7
├─ path-type@4.0.0
├─ picomatch@2.3.1
├─ pify@2.3.0
├─ pnp-webpack-plugin@1.7.0
├─ posix-character-classes@0.1.1
├─ postcss-attribute-case-insensitive@4.0.2
├─ postcss-calc@7.0.5
├─ postcss-color-functional-notation@2.0.1
├─ postcss-color-gray@5.0.0
├─ postcss-color-hex-alpha@5.0.3
├─ postcss-color-mod-function@3.0.3
├─ postcss-color-rebeccapurple@4.0.1
├─ postcss-colormin@4.0.3
├─ postcss-convert-values@4.0.1
├─ postcss-custom-media@7.0.8
├─ postcss-custom-properties@8.0.11
├─ postcss-custom-selectors@5.1.2
├─ postcss-dir-pseudo-class@5.0.0
├─ postcss-discard-comments@4.0.2
├─ postcss-discard-duplicates@4.0.2
├─ postcss-discard-empty@4.0.1
├─ postcss-discard-overridden@4.0.1
├─ postcss-double-position-gradients@1.0.0
├─ postcss-env-function@2.0.2
├─ postcss-flexbugs-fixes@4.2.1
├─ postcss-focus-visible@4.0.0
├─ postcss-focus-within@3.0.0
├─ postcss-font-variant@4.0.1
├─ postcss-gap-properties@2.0.0
├─ postcss-image-set-function@3.0.1
├─ postcss-import@12.0.1
├─ postcss-initial@3.0.4
├─ postcss-lab-function@2.0.1
├─ postcss-load-config@2.1.2
├─ postcss-loader@3.0.0
├─ postcss-logical@3.0.0
├─ postcss-media-minmax@4.0.0
├─ postcss-merge-longhand@4.0.11
├─ postcss-merge-rules@4.0.3
├─ postcss-minify-font-values@4.0.2
├─ postcss-minify-gradients@4.0.2
├─ postcss-minify-params@4.0.2
├─ postcss-minify-selectors@4.0.2
├─ postcss-modules-extract-imports@2.0.0
├─ postcss-modules-local-by-default@3.0.3
├─ postcss-modules-scope@2.2.0
├─ postcss-modules-values@3.0.0
├─ postcss-nesting@7.0.1
├─ postcss-normalize-charset@4.0.1
├─ postcss-normalize-display-values@4.0.2
├─ postcss-normalize-positions@4.0.2
├─ postcss-normalize-repeat-style@4.0.2
├─ postcss-normalize-string@4.0.2
├─ postcss-normalize-timing-functions@4.0.2
├─ postcss-normalize-unicode@4.0.1
├─ postcss-normalize-url@4.0.1
├─ postcss-normalize-whitespace@4.0.2
├─ postcss-ordered-values@4.1.2
├─ postcss-overflow-shorthand@2.0.0
├─ postcss-page-break@2.0.0
├─ postcss-place@4.0.1
├─ postcss-preset-env@6.7.1
├─ postcss-pseudo-class-any-link@6.0.0
├─ postcss-reduce-initial@4.0.3
├─ postcss-reduce-transforms@4.0.2
├─ postcss-replace-overflow-wrap@3.0.0
├─ postcss-safe-parser@4.0.2
├─ postcss-selector-matches@4.0.0
├─ postcss-selector-not@4.0.1
├─ postcss-svgo@4.0.3
├─ postcss-unique-selectors@4.0.1
├─ prepend-http@1.0.4
├─ process-nextick-args@2.0.1
├─ process@0.11.10
├─ prr@1.0.1
├─ public-encrypt@4.0.3
├─ pump@3.0.0
├─ pumpify@1.5.1
├─ punycode@1.4.1
├─ q@1.5.1
├─ query-string@4.3.4
├─ querystring-es3@0.2.1
├─ querystring@0.2.0
├─ randomfill@1.0.4
├─ read-cache@1.0.0
├─ readable-stream@2.3.8
├─ readdirp@3.6.0
├─ regenerate-unicode-properties@10.1.0
├─ regenerator-runtime@0.13.11
├─ regenerator-transform@0.15.1
├─ regexp.prototype.flags@1.4.3
├─ regexpu-core@5.3.2
├─ regjsparser@0.9.1
├─ remove-trailing-separator@1.1.0
├─ repeat-element@1.1.4
├─ require-directory@2.1.1
├─ require-main-filename@2.0.0
├─ resolve-cwd@2.0.0
├─ resolve-dir@1.0.1
├─ resolve-url@0.2.1
├─ resolve@1.22.3
├─ ret@0.1.15
├─ rgb-regex@1.0.1
├─ rgba-regex@1.0.0
├─ run-queue@1.0.3
├─ safe-regex-test@1.0.0
├─ safer-buffer@2.1.2
├─ sass-loader@10.1.1
├─ sass@1.62.0
├─ sax@1.2.4
├─ semver@6.3.0
├─ set-blocking@2.0.0
├─ set-value@2.0.1
├─ setimmediate@1.0.5
├─ shebang-command@1.2.0
├─ shebang-regex@1.0.0
├─ side-channel@1.0.4
├─ simple-swizzle@0.2.2
├─ snapdragon-node@2.1.1
├─ snapdragon-util@3.0.1
├─ sort-keys@1.1.2
├─ source-list-map@2.0.1
├─ source-map-js@1.0.2
├─ source-map-resolve@0.5.3
├─ source-map-support@0.5.21
├─ source-map-url@0.4.1
├─ spark-md5@3.0.2
├─ split-string@3.1.0
├─ sprintf-js@1.0.3
├─ ssri@8.0.1
├─ stable@0.1.8
├─ static-extend@0.1.2
├─ stream-browserify@2.0.2
├─ stream-each@1.2.3
├─ stream-http@2.8.3
├─ strict-uri-encode@1.1.0
├─ string_decoder@1.3.0
├─ string.prototype.trim@1.2.7
├─ string.prototype.trimend@1.0.6
├─ string.prototype.trimstart@1.0.6
├─ strip-ansi@5.2.0
├─ style-loader@1.3.0
├─ stylehacks@4.0.3
├─ supports-color@6.1.0
├─ supports-preserve-symlinks-flag@1.0.0
├─ svgo@1.3.2
├─ tar@6.1.13
├─ terser-webpack-plugin@4.2.3
├─ terser@5.16.9
├─ through2@2.0.5
├─ timers-browserify@2.0.12
├─ timsort@0.3.0
├─ to-arraybuffer@1.0.1
├─ to-fast-properties@2.0.0
├─ to-object-path@0.3.0
├─ to-regex-range@2.1.1
├─ ts-pnp@1.2.0
├─ tty-browserify@0.0.0
├─ turbolinks@5.2.0
├─ typed-array-length@1.0.4
├─ typedarray@0.0.6
├─ unbox-primitive@1.0.2
├─ unicode-canonical-property-names-ecmascript@2.0.0
├─ unicode-match-property-ecmascript@2.0.0
├─ unicode-match-property-value-ecmascript@2.1.0
├─ unicode-property-aliases-ecmascript@2.1.0
├─ union-value@1.0.1
├─ unique-slug@2.0.2
├─ unquote@1.1.1
├─ unset-value@1.0.0
├─ upath@1.2.0
├─ update-browserslist-db@1.0.11
├─ uri-js@4.4.1
├─ urix@0.1.0
├─ url@0.11.0
├─ use@3.1.1
├─ util-deprecate@1.0.2
├─ util.promisify@1.0.1
├─ util@0.11.1
├─ v8-compile-cache@2.3.0
├─ vendors@1.0.4
├─ vm-browserify@1.1.2
├─ watchpack-chokidar2@2.0.1
├─ watchpack@1.7.5
├─ webpack-assets-manifest@3.1.1
├─ webpack-cli@3.3.12
├─ webpack@4.46.0
├─ which-boxed-primitive@1.0.2
├─ which-module@2.0.0
├─ which-typed-array@1.1.9
├─ which@1.3.1
├─ worker-farm@1.7.0
├─ wrap-ansi@5.1.0
├─ xtend@4.0.2
├─ yaml@1.10.2
├─ yargs-parser@13.1.2
├─ yargs@13.3.2
└─ yocto-queue@0.1.0
Done in 39.60s.
Installing webpack and webpack-cli as direct dependencies
         run  yarnpkg add webpack@^4.46.0 webpack-cli@^3.3.12 from "."
yarn add v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved 0 new dependencies.
Done in 12.41s.
Installing dev server for live reloading
         run  yarnpkg add --dev webpack-dev-server from "."
yarn add v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
success Saved 99 new dependencies.
info Direct dependencies
└─ webpack-dev-server@4.13.3
info All dependencies
├─ @leichtgewicht/ip-codec@2.0.4
├─ @types/body-parser@1.19.2
├─ @types/bonjour@3.5.10
├─ @types/connect-history-api-fallback@1.3.5
├─ @types/connect@3.4.35
├─ @types/express-serve-static-core@4.17.33
├─ @types/express@4.17.17
├─ @types/http-proxy@1.17.10
├─ @types/mime@3.0.1
├─ @types/range-parser@1.2.4
├─ @types/retry@0.12.0
├─ @types/serve-index@1.9.1
├─ @types/serve-static@1.15.1
├─ @types/sockjs@0.3.33
├─ @types/ws@8.5.4
├─ accepts@1.3.8
├─ ansi-html-community@0.0.8
├─ array-flatten@1.1.1
├─ batch@0.6.1
├─ body-parser@1.20.1
├─ bonjour-service@1.1.1
├─ compressible@2.0.18
├─ compression@1.7.4
├─ connect-history-api-fallback@2.0.0
├─ content-disposition@0.5.4
├─ cookie-signature@1.0.6
├─ cookie@0.5.0
├─ default-gateway@6.0.3
├─ define-lazy-prop@2.0.0
├─ detect-node@2.1.0
├─ dns-equal@1.0.0
├─ dns-packet@5.5.0
├─ ee-first@1.1.1
├─ eventemitter3@4.0.7
├─ execa@5.1.1
├─ express@4.18.2
├─ faye-websocket@0.11.4
├─ finalhandler@1.2.0
├─ follow-redirects@1.15.2
├─ forwarded@0.2.0
├─ fs-monkey@1.0.3
├─ get-stream@6.0.1
├─ handle-thing@2.0.1
├─ hpack.js@2.1.6
├─ html-entities@2.3.3
├─ http-deceiver@1.2.7
├─ http-parser-js@0.5.8
├─ http-proxy-middleware@2.0.6
├─ http-proxy@1.18.1
├─ human-signals@2.1.0
├─ ipaddr.js@2.0.1
├─ is-docker@2.2.1
├─ is-plain-obj@3.0.0
├─ is-stream@2.0.1
├─ launch-editor@2.6.0
├─ media-typer@0.3.0
├─ memfs@3.5.0
├─ merge-descriptors@1.0.1
├─ methods@1.1.2
├─ mime-db@1.52.0
├─ mime-types@2.1.35
├─ mime@1.6.0
├─ mimic-fn@2.1.0
├─ multicast-dns@7.2.5
├─ negotiator@0.6.3
├─ node-forge@1.3.1
├─ npm-run-path@4.0.1
├─ obuf@1.1.2
├─ on-headers@1.0.2
├─ onetime@5.1.2
├─ open@8.4.2
├─ p-retry@4.6.2
├─ path-key@3.1.1
├─ path-to-regexp@0.1.7
├─ proxy-addr@2.0.7
├─ raw-body@2.5.1
├─ require-from-string@2.0.2
├─ requires-port@1.0.0
├─ retry@0.13.1
├─ select-hose@2.0.0
├─ selfsigned@2.1.1
├─ serve-index@1.9.1
├─ serve-static@1.15.0
├─ shell-quote@1.8.1
├─ signal-exit@3.0.7
├─ sockjs@0.3.24
├─ spdy-transport@3.0.0
├─ spdy@4.0.2
├─ strip-final-newline@2.0.0
├─ thunky@1.1.0
├─ toidentifier@1.0.1
├─ utils-merge@1.0.1
├─ uuid@8.3.2
├─ wbuf@1.7.3
├─ webpack-dev-middleware@5.3.3
├─ webpack-dev-server@4.13.3
├─ websocket-driver@0.7.4
├─ websocket-extensions@0.1.4
└─ ws@8.13.0
Done in 27.01s.
Webpacker successfully installed 🎉 🍰

Reply via email to