chore: swap strikethrough to real component
Michael Smith committed
Jan 13, 2026 at 16:48 UTC
9261d9f878af3ece019c9af8b956b1a478ae92fd
1 file changed
+1
-1
content/getting-started/troubleshooting/common-errors.mdx
+1
-1
@@ -178,7 +178,7 @@ npm is written to use resources efficiently on install, and part of this is that
178
179
## `cb() never called!` when using shrinkwrapped dependencies
180
181
-Take a look at [issue #5920](https://github.com/npm/npm/issues/5920). ~~We're working on fixing this one, but it's a fairly subtle race condition and it's taking us a little time. You might try moving your `npm-shrinkwrap.json` file out of the way until we have this fixed.~~ This has been fixed in versions of npm newer than `npm@2.1.5`, so update to `npm@latest`.
181
+Take a look at [issue #5920](https://github.com/npm/npm/issues/5920). <s>We're working on fixing this one, but it's a fairly subtle race condition and it's taking us a little time. You might try moving your `npm-shrinkwrap.json` file out of the way until we have this fixed.</s> This has been fixed in versions of npm newer than `npm@2.1.5`, so update to `npm@latest`.
182
183
## `npm login` errors
184