Closed m-bock closed 3 years ago
After installing docs-ts via yarn add docs-ts I run yarn docs-ts and get this error:
docs-ts
yarn add docs-ts
yarn docs-ts
Error: Cannot find module 'prettier'
I have to manually yarn add prettier to make it work.
yarn add prettier
Is prettier maybe a dependency and not a dev dependency of docs-ts?
prettier
I would say it should be made a peer dependency instead.
After installing
docs-ts
viayarn add docs-ts
I runyarn docs-ts
and get this error:Error: Cannot find module 'prettier'
I have to manually
yarn add prettier
to make it work.Is
prettier
maybe a dependency and not a dev dependency ofdocs-ts
?