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.13
Hooray, it’s Friday! We made it through Friday the 13th last week, so this week we went ahead and cut two shiny new releases.
Included are several bug fixes that our wonderful users reported to us, as well as some improvements to our Windows compatibility.
You can install the usual way:
npm install -g npm@7
7.0.13 (2020-11-20)
BUG FIXES
5fc56b6db
npm/statusboard#174 #2204 fix npm unstar command (@ruyadorno)7842b4d4d
npm/statusboard#182 #2205 fix npm version usage output (@ruyadorno)a0adbf9f8
#2206 #2213 fix: fix flatOptions usage in npm init (@ruyadorno)
DEPENDENCIES
3daaf000a
@npmcli/arborist@1.0.12
- fixes some windows specific bugs in how paths are handled and compared
DOCUMENTATION
084a7b6ad
#2210 docs: Fix typo (@HollowMan6)
7.0.12 (2020-11-17)
BUG FIXES
7b89576bd
#2174 fix running empty scripts withnpm run-script
(@nlf)bc9afb195
#2002 #2184 Preserve builtin conf when installing npm globally (@isaacs)
DEPENDENCIES
b74c05d88
@npmcli/run-script@1.8.0
- fix windows command-line argument escaping