Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 58e0340

Browse files
authored
Merge pull request #78 from awslabs/eacces
tweak DevOps/1_ServerlessApplicationModel/README.md to make EACCES er…
2 parents d6f42aa + 8959931 commit 58e0340

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DevOps/1_ServerlessApplicationModel/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@ The easiest way to install **`sam`** is to use [NPM](https://www.npmjs.com).
143143
npm install -g aws-sam-local
144144
```
145145

146+
If you get a permission error when using npm (such as `EACCES: permission denied`), please see the instructions on this page of the NPM documentation: [https://docs.npmjs.com/getting-started/fixing-npm-permissions](https://docs.npmjs.com/getting-started/fixing-npm-permissions).
147+
146148
Verify the installation worked:
147149
```bash
148150
sam --version
149151
```
150152

151-
If you get a permission error when using npm (such as `EACCES: permission denied`), please see the instructions on this page of the NPM documentation: [https://docs.npmjs.com/getting-started/fixing-npm-permissions](https://docs.npmjs.com/getting-started/fixing-npm-permissions).
152-
153153
#### Binary release
154154

155155
We also release the CLI as binaries that you can download and instantly use. You can find them under [Releases](https://github.com/awslabs/aws-sam-local/releases) in the SAM Local repo.

0 commit comments

Comments
 (0)