相关疑难解决方法(0)

香草Rails 6.0:“错误命令” webpack“未找到”

系统:

Ruby:2.6.3p62(rvm)
Rails:6.0
OS:macOS 10.14.6

设定

全新的Rails 6.0应用程序:

$ rails new testshop2
$ cd testshop2
$ rails g controller Page index
$ rails s
=> Booting Puma
=> Rails 6.0.0 application starting in development 
=> Run `rails server --help` for more startup options
Puma starting in single mode...
* Version 3.12.1 (ruby 2.6.3-p62), codename: Llamas in Pajamas
* Min threads: 5, max threads: 5
* Environment: development
* Listening on tcp://localhost:3000
Use Ctrl-C to stop
Run Code Online (Sandbox Code Playgroud)

当我浏览到` http:// localhost:3000 / page …

ruby-on-rails webpack ruby-on-rails-6

6
推荐指数
3
解决办法
676
查看次数

标签 统计

ruby-on-rails ×1

ruby-on-rails-6 ×1

webpack ×1