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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Node has issues when using spawn on Windows:
32
32
- It does not support [shebangs](https://en.wikipedia.org/wiki/Shebang_(Unix))
33
33
- Has problems running commands with [spaces](https://github.com/nodejs/node/issues/7367)
34
34
- Has problems running commands with posix relative paths (e.g.: `./my-folder/my-executable`)
35
-
-Circuvents an [issue](https://github.com/moxystudio/node-cross-spawn/issues/82)around command shims (files in `node_modules/.bin/`), where arguments with quotes and parenthesis would result in an[invalid syntax error](https://github.com/moxystudio/node-cross-spawn/blob/e77b8f22a416db46b6196767bcd35601d7e11d54/test/index.test.js#L149)
35
+
-Has an [issue](https://github.com/moxystudio/node-cross-spawn/issues/82)with command shims (files in `node_modules/.bin/`), where arguments with quotes and parenthesis would result in [invalid syntax error](https://github.com/moxystudio/node-cross-spawn/blob/e77b8f22a416db46b6196767bcd35601d7e11d54/test/index.test.js#L149)
36
36
- No `options.shell` support on node `<v4.8`
37
37
38
38
All these issues are handled correctly by `cross-spawn`.
0 commit comments