thislooksfun
thislooksfun
Has there been any progress on this? I'm attempting to write a Dart version of handlebars, and it is very difficult to without a formal spec to work off of....
You might be able to use [create-jd-app](https://github.com/OrJDev/create-jd-app) as a starting point. It doesn't have a LICENCE, but it's based off [create-t3-app](https://github.com/t3-oss/create-t3-app) which is MIT.
That's very helpful, thank you! I still think it would still be worthwhile to add that information (or at least that link) here though, so it's easier for others to...
This is a possible duplicate of #4846, but that one was a slightly different situation (specifying a workspace to reinstall, rather than running `npm ci` bare), and also was closed...
Additional info: - This also happens on npm v9, and probably earlier - Manually running `npm dedupe` does fix the issue, but installing with `prefer-dedupe` does not
Ah. It seems the bug is more subtle than I first thought. It only happens if the root `package.json` has a non-empty `overrides` definition. Here is a script that reproduces...
To be clear, the above script will "unhoist" abbrev (move it down into the package), but it will not duplicate it. If you also run `npm i --save-exact [email protected] -w...
I still think this _is_ a bug. It's not uncommon for large applications to need to reach into dependencies of dependencies, and when there are multiple versions of that subdependency...
I filed this issue after running into a problem with having multiple versions of the `bson` package installed in a monorepo (it's required by `mongoose` and has a `Symbol` that...
I found some issues with the current version here, don't merge this yet.