🌱 sublime prettier error

jsprettier user settings

{
  "auto_format_on_save": true,
  "prettier_cli_path": "node_modules/.bin/prettier",
  "auto_format_on_save_excludes": [
      "*/node_modules/*",
  ],
  "custom_file_extensions": ["kit"],
  "auto_format_on_save_requires_prettier_config": true,
}

set prettier cli path to node_modules/.bin/prettier

make sure prettier is installed in local package.json

sublime error

Made by Brandon . If you find this project useful you can donate.