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
Copy file name to clipboardexpand all lines: readme.md
+3-5
Original file line number
Diff line number
Diff line change
@@ -54,8 +54,8 @@
54
54
55
55
## Prerequisite
56
56
57
-
- Node.js 16 or later
58
-
- npm 7.19.0 or later
57
+
- Node.js 18 or later
58
+
- npm 9 or later
59
59
- Git 2.11 or later
60
60
61
61
## Install
@@ -340,14 +340,12 @@ npm ERR! code E403
340
340
npm ERR! 403 Forbidden - GET https://registry.yarnpkg.com/-/package/my-awesome-package/collaborators?format=cli - Forbidden
341
341
```
342
342
343
-
…please check whether the command `npm access ls-collaborators my-awesome-package` succeeds. If it doesn't, Yarn has overwritten your registry URL. To fix this, add the correct registry URL to `package.json`:
343
+
…please check whether the command `npm access list collaborators my-awesome-package` succeeds. If it doesn't, Yarn has overwritten your registry URL. To fix this, add the correct registry URL to `package.json`:
344
344
345
345
```json
346
346
"publishConfig": {
347
347
"registry": "https://registry.npmjs.org"
348
348
}
349
-
350
-
Note: On `npm` v9+, the command has been changed to `npm access list collaborators my-awesome-package`.
0 commit comments