Installation doc add npm --unsafe-perm


#1

On some Linux/BSD distros, npm likely to raise permission errors.

Maybe in the doc we can tell user if

npm install -g bs-platform

running into permission errors, they can try

npm install -g bs-platfrom --unsafe-perm

cheers.


#2

I set npm global default folder to current user dir. It solves permissions errors too.