<!-- Thank you for raising your concerns, we appreciate your feedback and contributions to this repository. If your issue is a bug, please follow the format below: --> ### pnpm version: `0.42.3` ### Code to reproduce the issue: ``` docker run -it nodesource/xenial:6.5.0 bash $ npm i -g pnpm@0.42.3 $ npm i ``` <!-- If there was a fatal error also include a gist of your pnpm-debug.log file. --> ### Expected behavior: No error. ### Actual behavior: ``` /usr/bin/env: 'node\r': No such file or directory The command '/bin/sh -c pnpm install' returned a non-zero code: 127 ``` ### Additional information: - `node -v` prints: v6.5.0 - Windows, OS X, or Linux?: Docker Linux and macOS.
pnpm version:
0.42.3Code to reproduce the issue:
Expected behavior:
No error.
Actual behavior:
Additional information:
node -vprints: v6.5.0