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
The line endings of the bin/pbjs.js are CRLF while they should be LF.
It leads to an error message /usr/bin/env: „node\r“: .... when you invoke the CLI.
This is for example discussed here: nwutils/nw-builder#75.
The line endings of the
bin/pbjs.jsare CRLF while they should be LF.It leads to an error message /usr/bin/env: „node\r“: .... when you invoke the CLI.
This is for example discussed here: nwutils/nw-builder#75.