NodeJS
List global top level NodeJS packages: npm list -g --depth 0
Yarn
Selective dependency resolution, aka, force a package to use a specific version of a dependency.
In your package.json file to rewrite the usage of left-pad in the d2 library you're importing:
**
act as a wildcard if you'd like to change more than one parent library.
Last updated