After I created a project with "rails new myapp --webpack" command, then I tried to run ".\bin\webpack-dev-server". But, every time I get ERROR: '.' is not recognized as an internal or external command.
Then I tried with bin\webpacker-dev-server. But I got webpacker-dev-server is not recognized as internal or external command.
How to run webpacker within rails on windows 10 system?