Error: ENAMETOOLONG: name too long, unlink
See original GitHub issueFor over a month today, i have being battling and trying to package my app with this amazing tool. However, all my effort failed. I have asked numerous question in SO , yet no solution among which is this http://stackoverflow.com/questions/37561851/electron-packaging-with-electron-packager.
After reading some blogs and suggestions. I moved my electron.js to my home folder . Now i am having the error below
I am running electron versions
"electron-packager": "^7.0.3",
"electron-prebuilt": "^1.2.1",
On my machine
Please i read somewhere some one was suggesting he solved his by building on his VM instead of the MAC machine. Does it really not work on MAC ? Previously, my build works for other platforms. However , it does not work for Darwin platform as you can noticed in my previous question on SO
http://stackoverflow.com/questions/37561851/electron-packaging-with-electron-packager . Someone suggested it was not building with my node_modules and i should move my electron.js to where my node_modules folder is available. Now i did moved it and i am getting the error above. Please how and what is wrong with my electron ? I have being trying this for over a month today. Any help would be appreciated.
Issue Analytics
- State:
- Created 7 years ago
- Comments:25 (11 by maintainers)
Top GitHub Comments
Clean out your output directories and try again. It seems you’re hitting a copy recursion loop.
FWIW I managed to figure out a non-hacky solution to this problem, and it is in the 8.5.2 release.