Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ the _GitHub npm Registry_ of Sugar Labs. Before you install the dependencies you
your _GitHub Personal Access Token_ (_PAT_) is stored in your local system's _npm_ configuration file
`.npmrc`.**

**Note: Be sure to request permission for ```read: packages```**
**Note: Here you have to generate the `classic Tokens` and must give the `read: packages` permission**

Learn
[how to create a _PAT_](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-token).
Expand All @@ -149,6 +149,8 @@ Add your _PAT_ to `.npmrc` using
echo "//npm.pkg.github.com/:_authToken=[YOUR_GITHUB_PERSONAL_ACCESS_TOKEN]" >> ~/.npmrc
```

**Note: "[]" also shouldn't be in your command after pasting your PAT**

After you are set-up, the steps you take depend on what you want to do:

- **Run a development server and test suites**
Expand Down