Xdn init does not create files nor add dependencies when following nuxt.js tutorial

When trying to initialize a nuxt.js web app xdn init does not add files like routes.js or xdn.config.js nor add the required dependencies to the package.json. I’ve tried reproducing the issue on a blank vue app and with that no single issue occurred. This persists over various starting points including the steps shown on Moovweb XDN Documentation - Nuxt.js

I didn’t get to further debugging this issue but it definitely persists and is reproducible with the steps shown in the tutorial from above. I’ve also went ahead and downgraded my node version to 12.x which didn’t change the outcome here. I’m also running on Windows.

Any follow up or explanation regarding this issue is highly appreciated!

Cheers, ~ rxsto

Thank you for posting! This must be a recent regression. We are looking into it…

1 Like

We released a fix earlier today to resolve this. I’ve verified that re-running xdn init on your project should upgrade to the latest packages and create the files.

Let me know if you run into any issues.

1 Like

I was just able to verify the fix! Thanks!

Cheers, ~ rxsto