Skip to content

Commit

Permalink
updating Dev.md for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitChauhan98 committed Nov 3, 2023
1 parent 5c59266 commit cae68c6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,14 @@ Learn

Add your _PAT_ to `.npmrc` using

If you are using windows (don't surround //npm.pkg.github.com.... with " ")

Check failure on line 148 in docs/DEV.md

View workflow job for this annotation

GitHub Actions / Lint Code Base

//npm.pkg.github.com.... is dead. (ENOENT: no such file or directory, access '//npm.pkg.github.com....')
```bash
echo //npm.pkg.github.com/:_authToken=[YOUR_GITHUB_PERSONAL_ACCESS_TOKEN] >> ~/.npmrc
```
For Linux distribution and Mac
```bash
echo "//npm.pkg.github.com/:_authToken=[YOUR_GITHUB_PERSONAL_ACCESS_TOKEN]" >> ~/.npmrc
```
Expand Down

0 comments on commit cae68c6

Please sign in to comment.