rails / webpacker

Use Webpack to manage app-like JavaScript modules in Rails
MIT License
5.31k stars 1.47k forks source link

Npm package for 5.4.4 was not released #3308

Closed jcoyne closed 1 year ago

jcoyne commented 1 year ago

If you run rails _6.1.7.2_ new foo -j webpack

It tries to run the webpacker install which will do:

Installing all JavaScript dependencies [5.4.4]
         run  yarn add @rails/webpacker@5.4.4 from "."
yarn add v1.22.19
info No lockfile found.
[1/4] 🔍  Resolving packages...
Couldn't find any versions for "@rails/webpacker" that matches "5.4.4"

I believe doing an npm publish will resolve this.

dlupu commented 1 year ago

having the same problem when using rails new

dhh commented 1 year ago

Should be sorted now.