-
-
Currently some packages has drop support to Node.js prior to v18, seems like we didn't upgrade the engines field in the `package.json` discordantly.
So, I will like to discuss if this a policy that…
-
-
When using mise in a project with `packageManager` defined in `package.json`, I would expect that package to be installed/used in the same way `.foo-version` files are used.
But this:
```
{
"n…
-
I wanted to try the new version via the instructions posted [on twitter](https://x.com/FerryColum/status/1849837053569126510)
# System information:
I'm getting the same error on Windows 11 and Ubu…
-
Node: v20.18.0
pdfjs-serverless: 0.6.0
I've used pdfjs-serverless in another project and it worked fine. However, when I installed it in a new project I got the following error. The previous proje…
-
deno 2.0.0-rc.4+a92ebd9
It's pretty common to just add pnpm/npm workspace "packages/*", instead of each individual pacakge.
example [here](https://github.com/solidjs/solid/blob/main/pnpm-workspa…
-
Hello,
I am getting false-positive errors regarding the `packages-without-package-json` rule.
```json
{
"workspaces": [
"apps/*",
"packages/*",
"packages/ui/external/*",
]
}…
-
package-lock.json
mx636 updated
2 months ago
-
Using this package throws the following warning.
```
[vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte.
```
As us…