The npm blog has been discontinued.
Updates from the npm team are now published on the GitHub Blog and the GitHub Changelog.
Release v7.0.9
Happy Friday 🎉 It’s been a long week but we hope we can brighten your day a bit with another round of releases to npm v7.
You can get the latest release in the usual ways
npm install -g npm@7
7.0.9 (2020-11-06)
BUG FIXES
96a0d2802default the ‘start’ script when server.js present (@isaacs)7716e423e#2075 #2071 print the registry when using 'npm login’ (@Wicked7000)7046fe10c#2122 tests fornpm cachecommand (@nlf)
DEPENDENCIES
74325f53b#2124@npmcli/run-script@1.7.5:- Export the
isServerPackagemethod - Proxy signals to and from foreground child processes
- Export the
0e58e6f6b#1984 #2079 #1923 #606 #2031@npmcli/arborist@1.0.9:- Process deps for all link nodes
- Use junctions instead of symlinks
- Use @npmcli/move-file instead of fs.rename
1dad328a1#1865 #2106 #2084pacote@11.1.13:- Properly set the installation command for
preparescripts when installing git/dir deps
- Properly set the installation command for
e090d706c#2097libnpmversion@1.0.7:- Do not crash when the package.json file lacks a 'version’ field
8fa541a10cmark-gfm@0.8.4
7.0.8 (2020-11-03)
DOCUMENTATION
052e977b9#1822 #1247 add section on peerDependenciesMeta field in package.json (@foxxyz)52d32d175#1970 match npm-exec.md -p usage with lib/exec.js (@dr-js)48ee8d01e#2096 Fix RFC links in changelog (@jtojnar)
BUG FIXES
6cd3cd08aSupport all conf keys in publishConfiga1f9be8a7#2074 Support publishing any kind of spec, not just directories
DEPENDENCIES
545382df6libnpmpublish@4.0.0:- Support publishing things other than folders
7d88f1719npm-registry-fetch@9.0.0823b40a4epacote@11.1.1290bf57826npm-profile@5.0.2e5a413577libnpmteam@2.0.2fc5aa7b4alibnpmsearch@3.0.19fc1dee13libnpmorg@2.0.10ea870ec5libnpmhook@6.0.132fd744ealibnpmaccess@4.0.1fc76f3d9f@npmcli/arborist@1.0.8- Fix
cannot read property 'description' of undefinedinnpm lswhenpackage-lock.jsonis corrupted - Do not allow peerDependencies to be nested under dependents in any circumstances
- Always resolve peerDependencies in
--prefer-dedupemode
- Fix
7.0.7 (2020-10-30)
BUG FIXES
3990b422d#2067 use sh as default unix shell, not bash (@isaacs)81d6ceef6#1975 fix npm exec on folders missing package.json (@ruyadorno)2a680e91a#2083 delete the contents ofnode_modulesonly innpm ci(@nlf)2636fe1f4#2086 disable banner output if loglevel is silent innpm run-script(@macno)