Closed lyric-li closed 7 years ago
I have solved it.
Hi @lyric-index, Can you explain how you've solved it for other users and close the issue? Thanks.
I'm experiencing the same symptom. @lyric-index please share your solution 😃
Hi @alexchopin @jeehoonkang ,
I just removed --ignore=node_modules
, then changed Node version = v6.11.4 and NPM version = 3.10.10. But, the package is a little big.
ps: We just had a short vacation(National Day), so I reply you late, sorry for that.
hey @lyric-li , could you share a little bit more on the solution, facing the same issue with both electron-packager and electron-builder
hey @lyric-li , could you share a little bit more on the solution, facing the same issue with both electron-packager and electron-builder
sorry. just a silly mistake. nuxt was added as devDependencies instead of dependencies
This problem occurs when I try to pack.
Steps to Reproduce:
npm run package:win (npm run build && electron-packager ./ nuxt-cli --platform=win32 --arch=x64 --version=1.7.8 --out=./ --overwrite --icon=favicon.ico --ignore=node_modules --prune)