Skip to content

Commit 19eee65

Browse files
Himanshi-KhandelwalSaptakS
authored andcommitted
Changes in commands for bower installation (#2956)
1 parent 719aaf1 commit 19eee65

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/installation/local.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ CREATE DATABASE oevent WITH OWNER john;
6464
npm install bower -g
6565
bower install
6666
```
67+
68+
if error
69+
```sh
70+
sudo npm install bower -g
71+
sudo ln -s /usr/bin/nodejs /usr/bin/node
72+
sudo bower install
73+
```
74+
6775
for mac user:
6876
```sh
6977
sudo npm install bower -g

0 commit comments

Comments
 (0)