You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.
Viv Rajkumar edited this page Mar 1, 2015
·
3 revisions
GitBook Update Instructions
Requirements
Node Package Manager(Download Link) is required for GitBook. npm comes bundled with the package.
Once installed, navigate to the project root folder in command prompt / terminal and run the following commands to install the required node modules(You may need to use sudo/admin command prompt for this to work).
npm install -g grunt-cli
npm install
That's it. Above modules should have got installed into the "node_modules" folder.