You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having comments in .json5 should be fine but even npm install fails when I have a comment in my electron-builder.json5.
install-app-deps
YAMLException: missed comma between flow collection entries at line 22, column 3:
// }
^
at generateError (xyz\node_modules\electron-builder\node_modules\js-yaml\lib\js-yaml\loader.js:162:10)
Building fails as well.
The text was updated successfully, but these errors were encountered:
@develar We can't use js-yaml for that, do we? json5 comments are javascript-style comments, i. e. // or /**/ whereas yaml comments are #. yaml supports json (no comments at all) but does not support json5.
Having comments in
.json5
should be fine but evennpm install
fails when I have a comment in myelectron-builder.json5
.Building fails as well.
The text was updated successfully, but these errors were encountered: