How can I find webpacker
version in my rails 6
application through the terminal?
Asked
Active
Viewed 1,023 times
1

Vivek Kumar
- 2,625
- 2
- 25
- 33
-
Does this answer your question? [How to determine the installed webpack version](https://stackoverflow.com/questions/41661383/how-to-determine-the-installed-webpack-version) – Manjunath P Oct 05 '21 at 09:14
-
This does not work. Webpack and webpacker are two different things. Check this out - https://stackshare.io/stackups/webpack-vs-webpacker – Vivek Kumar Oct 05 '21 at 09:15
-
`bundle list webpacker` ? – razvans Oct 05 '21 at 09:17
-
This is not working – Vivek Kumar Oct 05 '21 at 09:20
-
What does it say when you run the bundle command? – razvans Oct 05 '21 at 12:26
-
ERROR: "bundle list" was called with arguments ["webpacker"] Usage: "bundle list" This is the error. – Vivek Kumar Oct 06 '21 at 06:35
-
check this command : *npm list webpack* – code_aks Oct 06 '21 at 16:06