You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2022. It is now read-only.
npm is producing incorrect or undesirable behavior.
Other (see below for feature requests):
What's going wrong?
I noticed that the npm docs show "Last modified October 26, 1985" on some pages. For example here is the footer of the folders doc page:
I was curious why that would be the case and it looks like the v6.0.0 was published with those incorrect modification dates for a number of files:
$ npm install npm@6.0.0
...
$ ls -lah node_modules/npm/doc/files/npm-folders.md
-rw-r--r-- 1 coryforsyth staff 7.6K Oct 26 1985 node_modules/npm/doc/files/npm-folders.md
There are a number of files at the root of the installed npm package with the incorrect modification date as well. When the docs are built, they use that incorrect modification date. This is reported at the docs site, too: https://github.com/npm/docs/issues/990.
How can the CLI team reproduce the problem?
Install npm@6.0.0, look at last-modification time for the files.