You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2019. It is now read-only.
Plugin installation is a bit one-two stepped right now, with users needing to npm install first and then either call the above or even npm run postinstall, so it'd be nice if we could get all that into one method.
patternlab plugin --install --plugin-node-tab
This could reach out to npm if plugin-node-tab is not found already locally, and do everything for the user.