Since 16.8.4, my windows builds have been failing with the following message:
Building NSIS installer
Packaging NSIS installer for arch x64
Error: ENOENT: no such file or directory, open 'C:\projects\hyperamp\node_modules\electron-builder\templates\nsis\messages.yml'
Example failed build: https://ci.appveyor.com/project/bcomnes/hyperamp/build/1.0.31
I don't have access to a windows machine at the moment, but I'll try to dig into the issue more when I do. Any ideas?
Please remove *.yml from your .yarnclean file. https://github.com/hypermodules/hyperamp/blob/master/.yarnclean#L38
Derp. Thank you!
Most helpful comment
Please remove
*.ymlfrom your.yarncleanfile. https://github.com/hypermodules/hyperamp/blob/master/.yarnclean#L38