inertiajs-adonisjs icon indicating copy to clipboard operation
inertiajs-adonisjs copied to clipboard

Could not determine executable to run

Open Xstoudi opened this issue 2 years ago • 0 comments

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.

Xstoudi avatar Jan 27 '23 21:01 Xstoudi