npminstall
npminstall copied to clipboard
electron-packager hangs when dealing with cnpm installed node_modules
When install node modules with cnpm, and then use electron-packager to package electron app, electron-packager hangs. The template folder size is keep increasing and never end.
Maybe has something to do with the soft link file structure that cnpm uses.
will be fix after https://github.com/electron/electron-rebuild/pull/183 merged
It may not. The situation is different. I'll fix it later. @fengmk2