Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Dec 10, 2019. It is now read-only.
This repository was archived by the owner on Dec 10, 2019. It is now read-only.
There was an error while loading. Please reload this page.
I was getting an error when running
gulp patternlab:build. It appears the issue is that the strings need a double quote (") as opposed to a single quote (').In other words,
"tabsToAdd": ['scss']needs to be changed to"tabsToAdd": ["scss"]. Doing this allowed me to perform a build.