Skip to content

Commit 96994fe

Browse files
committed
remove npm login step
1 parent c1cc5d9 commit 96994fe

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

docs/development.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ cd vscode-github-actions
2323
script/bootstrap
2424
```
2525

26-
For any private NPM packages in `@github`, you'll need to login with NPM. See [Working with the npm registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry) for more details.
27-
28-
```shell
29-
npm login --scope=@github --registry=https://npm.pkg.github.com
30-
```
31-
3226
Finally, install packages in the workspace and build
3327

3428
```shell
@@ -63,12 +57,4 @@ Launching and debugging the extension should just work. If you need to debug the
6357

6458
### npm error: "This command does not support workspaces"
6559

66-
Upgrade to a newer version of npm. You can use `npm install npm@latest -g`, `brew upgrade node` or other methods.
67-
68-
### npm error: "Web login not supported"
69-
70-
Add `--auth-type=legacy` to the end of the command-line:
71-
72-
```shell
73-
npm login --scope=@github --registry=https://npm.pkg.github.com --auth-type=legacy
74-
```
60+
Upgrade to a newer version of npm. You can use `npm install npm@latest -g`, `brew upgrade node` or other methods.

0 commit comments

Comments
 (0)