Demian Caldelas
Demian Caldelas
I think the explanation can be extended to help everyone understand what is happening when you run a script using the node CLI. Essentially node is requirying your script as...
Same here! I'm facing ghe same issue as @hrdwdmrbl mentioned and try to remove, reinstall, restart, change the file extenion to HTML, add a `.liquidrc` to the root of my...
I have a web app in TS and prisma and not playing to migrate to Golang, but when it counts to designing the CLI (terminal) I find better options in...
With a progressive strategy and a nice roadmap, this could be done.
Not solved yet? I'm running prettier-sort-imports in conjunction with playwright which uses a global test file aimed to determine the order of tests The order is defined by the order...
@blutorange Yes, I have the thread on the PR. Shame this is not considered a bug because it is indeed a critical one. Thanks for your contribution.
> Just use ESLint with sorting plugin I finally ended up using that, and I encourage people to use it instead. This project seems to be unmaintained.
Some hosting providers will attempt to parse package.json and eventually fail when they encounter a key like `"yarn" : "Please use npm"` In order to bypass this issue you can...
Is this related to #1149? In this case, it is happening to me with typescript (global) where I'm not able to run it by using the tsc executable but it...