-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
loadstarterkit failed with "TypeError: Path must be a string." #429
Labels
Comments
fixed as part of 2.4.1 |
I am using patternlab-node 2.4.1, but still experiencing exactly this issue.
Node v6.0.0, Gulp local 4.0.0-alpha.2 |
i wonder if this fails when using the of note too, is that 2.4.1 is no longer latest. perhaps upgrading could help |
No, I think I realized that I was screwing up the command. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using Pattern Lab Node
v2.4.0
onWindows
, with Nodev4.2.4
, using theGulp
Edition. (edition-node-gulp-1.3.0
)Expected Behavior
gulp patternlab:loadstarterkit --kit=starterkit-XXX
should install the specified starter kitActual Behavior
The call to gulp fails with the error message
[TypeError: Path must be a string. Received undefined]
Steps to Reproduce
Run
gulp patternlab:loadstarterkit --kit=starterkit-mustache-materialdesign
or with any other starter kit.The text was updated successfully, but these errors were encountered: