default.json to default.jsfeathers upgradeI have an existing project, which have a .js file extention on the default config.
When I run the upgrade command, I get a Cannot set property 'authentication' of undefined.
This is due to the upgrade / generator is expecting an default.json and not a default.js.
I should upgrade the project.
It throws an Cannot set property 'authentication' of undefined error
I published a fix that won't make it error. .js configuration files won't be updated automatically though.
Most helpful comment
I published a fix that won't make it error.
.jsconfiguration files won't be updated automatically though.