niaodan2b
Results
3
comments of
niaodan2b
> > > Maybe it is different for other peoples code, but in my case I was able to correct this with one line of code in the html2canvas file....
https://github.com/volta-cli/volta/issues/1524
Just setting `prettier.prettierPath` to empty fixed this for me. However it seems `prettier.prettierPath="./node_modules/prettier"` is needed for Prettier 2.x So if you have some projects using Prettier 2.x and some using...