documentation
documentation copied to clipboard
Documentation for the npm registry, website, and command-line interface.
This update adds a new section to the README that outlines some additional features of npm. These features include npm scripts, Semantic Versioning (SemVer), and npm audit Each feature is...
Bumps [styled-components](https://github.com/styled-components/styled-components) from 5.3.11 to 6.1.8. Release notes Sourced from styled-components's releases. v6.1.8 Revert adding peerDependencies from v6.1.7; apparently some package managers have differing behaviors around peerDependenciesMeta[package].optional which is causing...
This is perhaps the most idiotic anti-bot measure I've ever experienced. Took me 5-10 minutes to solve, and one of the puzzles had no match, so I just selected a...
I'm pretty sure this explains the behavior I'm seeing, but I couldn't find it documented anywhere. package.json [overrides](https://docs.npmjs.com/cli/v10/configuring-npm/package-json#overrides) are only applied from the root package. If a dependency have overrides...
- Images in `static/` are only used up to certain widths. They can be bulk resized so the source matches this width. See https://www.gatsbyjs.com/docs/preoptimizing-images/ - Some images are no longer...
Opening this here again as the repository of the earlier reported issue got archived. https://github.com/npm/npm/issues/20603 The npm documentation mentions it clearly that package-lock is *always* meant to be committed, leaving...
I find documentation of semvar range syntax on multiple pages: 1. https://docs.npmjs.com/about-semantic-versioning 2. https://docs.npmjs.com/cli/v10/commands/npm-update#example 3. https://semver.npmjs.com/#syntax-examples 4. https://github.com/npm/node-semver (I'm not sure if this one should be considered in this conversation)...
Bumps [remark-gfm](https://github.com/remarkjs/remark-gfm) from 3.0.1 to 4.0.0. Release notes Sourced from remark-gfm's releases. 4.0.0 Change b8cc334 Update @types/mdast, unified, utilities migrate: update too 9eb0f54 Change to use exports migrate: don’t use...
one manager to rule them all https://asdf-vm.com can do node easily
This pull request updates the existing guide to reflect the modern JavaScript module system, transitioning from CommonJS `require` syntax to ESModules `import` syntax. With Node.js now offering [robust support for...