Closed emmbm closed 1 year ago
Same here, not on all repos tho
reproduce with
gh repo clone panva/oauth4webapi
npm ci
npm install prettier-plugin-jsdoc@1.0.3
npm run format
[error] Cannot find module '/Users/panva/repo/oauth4webapi/node_modules/prettier-plugin-jsdoc/dist/parser.js' imported from /Users/panva/repo/oauth4webapi/node_modules/prettier-plugin-jsdoc/dist/index.js
fixed: v1.0.4
Bug description
After updating to the latest version (
1.0.3
), attempting to format a document with prettier yields:Reverting back to
1.0.2
fixes this error.Additionnal info
This is happening in a SvelteKit project scaffolded with a pnpm repo.