Alexander Weiss
Alexander Weiss
What's the syntax colouring problem?
I'll close this now then. If you do still use Nova, please feel free open an issue for any problems. Preferably with clear steps to reproduce.
This issue should be resolved in the [latest pre-release](https://github.com/alexanderweiss/nova-prettier/releases/download/v2.5.0/prettier.novaextension.zip).
2.5.0 is out now and should fix this. I'll close this, but please feel free to re-open if you still run into issues.
@digitalmoksha it's been a long time, but if you're still interested: I think a 126 exit code often relates to permissions issues and a reinstall of your node_modules might fix...
Could you run `npm ls prettier --parseable --long --depth 0` in your project folder and share the result? The extension tries to find Prettier through this npm command.
@davidbdyer thanks! That looks like it should be using your project prettier then. Just checking, but I assume you use `npm`? Can you take a look at what the extension...
I've changed the way the extension finds your Prettier installation to not use `npm` but just traverse the filesystem instead. I'd be curious to hear if that solves your issue....
@davidbdyer what's your problem exactly then? It's indeed using your project's prettier installation.
Awesome! Thanks for trying out!