Skip to content

Commit 2b1318d

Browse files
committed
Add sudo to npm commands
1 parent 4884553 commit 2b1318d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/camelcase/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Look at the source for more information on how it works, it is overly documented
2020
### Installation
2121
To use the example, enter the examples/camelcase folder and run
2222

23-
npm install bower
23+
sudo npm install bower
2424
node_modules/bower/bin/bower install
2525

2626
This will first locally install bower, and then used that bower to install the project dependencies.
@@ -35,7 +35,7 @@ You should now be able to open the example.html in the browser.
3535

3636
First, install all build tools, in the examples/camelcase folder, run
3737

38-
npm install
38+
sudo npm install
3939

4040

4141
The cycle for development is change and then build.

examples/minimal/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Look at the source for more information on how it works, it is overly documented
1717
### Installation
1818
To use the example, enter the examples/minimal folder and run
1919

20-
npm install bower
20+
sudo npm install bower
2121
node_modules/bower/bin/bower install
2222

2323
This will first locally install bower, and then used that bower to install the project dependencies.
@@ -32,7 +32,7 @@ You should now be able to open the example.html in the browser.
3232

3333
First, install all build tools, in the examples/minimal folder, run
3434

35-
npm install
35+
sudo npm install
3636

3737

3838
The cycle for development is change and then build.

0 commit comments

Comments
 (0)