inertiajs-adonisjs
inertiajs-adonisjs copied to clipboard
Could not determine executable to run
I installed Inertia-Adonis as mentionned on the README, but when it comes to run ssr:watch, it print this:
λ node ace ssr:watch
npm ERR! could not determine executable to run
npm ERR! A complete log of this run can be found in:
npm ERR! REDACTED.log
Manually installing @symfony/webpack-encore made it work. I don't know if I did something wrong, but if not, it should be mentioned in the doc I think.