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
{{ message }}
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.
I've got a script that has spaces in the arguments I can't seem to get quoted. I've included several tests in the script which seems to pinpoint the issue being with cross-env-shell. To perform a similar scenario, test4 passes the output of cross-run to itself again which still prints the expected output of [index.js 1.0.0]. The issue seems to be that cross-env-shell isn't preserving the argument list correctly.
The text was updated successfully, but these errors were encountered:
cross-env
version: 5.0.5node
version: v6.11.2yarn
version: 0.27.5Relevant code or config
What you did:
What was expected:
What happened:
Problem description:
I've got a script that has spaces in the arguments I can't seem to get quoted. I've included several tests in the script which seems to pinpoint the issue being with cross-env-shell. To perform a similar scenario, test4 passes the output of
cross-run
to itself again which still prints the expected output of[index.js 1.0.0]
. The issue seems to be that cross-env-shell isn't preserving the argument list correctly.The text was updated successfully, but these errors were encountered: