Replies: 1 comment
-
@nathanchu You are right thanks for letting us know. I created #1648 to fix this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Prettier should be a devDependency as it's only used in development and axios should be a regular dependency as it's used in production. This gave me some trouble earlier when I tried to install this as an npm module and axios was missing.
Beta Was this translation helpful? Give feedback.
All reactions