saltyshiomix / nuxtron

⚡ Nuxt.js + Electron ⚡

Home Page:https://npm.im/nuxtron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building renderer process hanging

MariusRossouw opened this issue · comments

I want to start off by thanking you for all your hard work and this amazing package that you have put together.

I have recently tried to created an application using the vuikit template you provided: nuxtron init nuxtro-test --template with-vuikit. I added some content and then build the application using npm run build:all and the builder seems to be stuck at the building renderer process (longer than an hour). It is not a large application. I did however include other node modules through npm however the npm run dev process runs perfectly without any warnings or errors.

Is there a verbose build process where I can see if any errors occur during build causing it to hang.

Thank you in advance for any asistance