-
I'm attempting to contribute a new term entry but when i try to locally test the format I get the following error: % yarn format:verify I tried installing the @codeacademy/prettier-config module using 'nvm i @codecademy/prettier-config' but I get the following message: I'm not sure what to do at this point. I don't want to force anything, but I don't know how to resolve the dependencies. Any help is appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@Idself Did you try running npm with the |
Beta Was this translation helpful? Give feedback.
@Idself Did you try running npm with the
--legacy-peer-deps
flag?