Results 11 comments of creste

I am seeing the same problem. As a workaround, you can append `--` to the call to `run-script-os`. @angelyordanov In your example package.json, change this: ``` "echo": "run-script-os", ``` to...