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
When this bin file is executed in a Unix like environment, \n is interpreted as a newline, so this line of code is actually interpreted by the Unix like environment as: #!/usr/bin/env node \r
node\r is treated as a command, so the above error occurs.