Closed dennismonsewicz closed 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:
grunt-shell
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
v4.4.7
v1.3.0
v0.4.5
Use Stack Overflow for support questions. ;)
Hello!
I am using
grunt-shell
to run some Labjs unit tests, but when the command runs, I keep getting the following error:I am running Node
v4.4.7
with grunt-shell atv1.3.0
and gruntv0.4.5