You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?