How can I verify that 'prettier-plugin-svelte' is listed in my project's dependencies?

Question

Grade: Education Subject: Support
How can I verify that 'prettier-plugin-svelte' is listed in my project's dependencies?
Asked by:
86 Viewed 86 Answers

Answer (86)

Best Answer
(178)
Check your `package.json` file. You should see `prettier-plugin-svelte` listed under the `devDependencies` section. If it's not there, the installation failed or was incomplete.