designsystem icon indicating copy to clipboard operation
designsystem copied to clipboard

fix(create-design-system): resolve lerna error, correct docs

Open justintemps opened this issue 3 years ago • 0 comments

npx @wfp/create-design-system@alpha my-design-system

throws the following error when Lerna isn't installed globally. I was able to fix this by running npx lerna init instead.

image

Changelog

Changed

  • use npx to run lerna init
  • Fixed typo in docs

justintemps avatar Oct 11 '21 15:10 justintemps