azz / prettier-config

My personal Prettier configuration
https://npm.im/@azz/prettier-config
57 stars 97 forks source link

Cannot find module #2

Open moseslucas opened 1 year ago

moseslucas commented 1 year ago

I get an error Cannot find module

Steps to reproduce:

  1. yarn add @azz-prettier-config -D
  2. Edit package.json adding
    "prettier": "@azz/prettier-config"

THen I got the error 👇

Screen Shot 2022-12-03 at 9 21 40 PM

VipinGoyal commented 1 year ago

You've to add this as dev dependecy as well. I too get the same error but after adding this to dev dependency, this error will be no more.