developerworks
developerworks
``` error [email protected]: The engine "node" is incompatible with this module. Expected version "^4.5 || 6.* || 7.*". error Found incompatible module ```
I try `brunch watch` and `brunch watch --server`, but seems like that the `brunch watch --server` could not work with `auto-reload-brunch`, why?
 version: ``` elixir {:whatwasit, "~> 0.2.1"} ```
When use `whatwasit` with phoenix framework, i use `mix phoenix.gen.model Post posts title:string body:string` generate a model that include a local `changeset` function which conflicts with `.Whatwasit.Version` model. I can...