sindresorhus / grunt-shell

Run shell commands
MIT License
949 stars 126 forks source link

Keep receiving TypeError: Path must be a string. Received undefined #107

Closed dennismonsewicz closed 8 years ago

dennismonsewicz commented 8 years ago

Hello!

I am using grunt-shell to run some Labjs unit tests, but when the command runs, I keep getting the following error:

path.js:8
    throw new TypeError('Path must be a string. Received ' +
    ^

TypeError: Path must be a string. Received undefined

I am running Node v4.4.7 with grunt-shell at v1.3.0 and grunt v0.4.5

sindresorhus commented 8 years ago

Use Stack Overflow for support questions. ;)