Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 265 Bytes

File metadata and controls

11 lines (8 loc) · 265 Bytes

codingsans.github.io

codingsans.com

Important

Use the latest stable node to build it...

sudo npm cache clean -f
sudo npm install -g n
sudo n stable

These commands may make your ~/.npm folder owned by root, so rm your ~/.npm or chown back to you.