elegantweb / nwjs-vue

A clean NW.js & Vue.js quick start boilerplate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dev working, build successful but execution fail

Shuunen opened this issue · comments

Hi :)

I just tryed your lib here : https://github.com/Shuunen/pass-me-app

The dev task is working & build seems successful but does not work in the end, any idea ?

image

Here is my env :

  • Windows 10 x64
  • yarn 1.7.0
  • node 8.11.4

And the build log :

C:\Users\me\Projects\pass-me-app>yarn build
yarn run v1.7.0
$ node build/runner.js
Starting building tasks... { tasks: [ [ 'win', 'x64' ] ], concurrent: false }
Building for win, x64 starts...
Fetching NW.js binary... { platform: 'win',
  arch: 'x64',
  version: '0.32.4',
  flavor: 'normal' }

[================================================--] 1727.08KB/s 1.8s

Building targets...
Building directory target starts...
Building directory target ends within 53.93s.
Building for win, x64 ends within 97.28s.
Done in 108.85s.

thanks @sharifzadesina it worked :)