Cannot find module 'prettier' from 'Yourpath/Codecademy/docs' #3551
arun-sagar-s-a
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Highlight
In case anyone faced something similar 👇🏼
Error: Cannot find module 'prettier' from 'Yourpath/Codecademy/docs'
make sure to install the prettier package by opening your terminal in your project's root directory and running the following command:
npm install --save-dev prettier.
😄Beta Was this translation helpful? Give feedback.
All reactions