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 text was updated successfully, but these errors were encountered:
That's weird, the code is correctly formatted with LF but all code published on NPM is not.
I suspect that you checked out on windows and then published with CRLF.
There is also a discussion here about this: npm/npm#2097
To fix it, you need to increment the version and publish it again.
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 text was updated successfully, but these errors were encountered: