gcanti / docs-ts

A zero-config documentation tool for my TypeScript projects
https://gcanti.github.io/docs-ts/
MIT License
100 stars 17 forks source link

`Error: Cannot find module 'prettier'` #22

Closed m-bock closed 3 years ago

m-bock commented 3 years ago

After installing docs-ts via yarn add docs-ts I run yarn 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 of docs-ts?

gillchristian commented 3 years ago

I would say it should be made a peer dependency instead.