-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Windows FAQ
necroscope edited this page Jan 17, 2014
·
6 revisions
Q1. What version of node.js do I use?
A1: Currently you need nodejs 0.10.21 or above, if you have 64 bit windows use the 64 bit install. Earlier versions of node may cause problems when creating two articles in a row.
Q2: How do I fix bower as the post install in package.json sometimes fails on windows?
A2: type "npm install -g bower" then "bower install"
Q3: Still getting errors?
A3: Try install on these modules, not update:
- npm install -g bower
- npm install -g grunt
- npm install -g grunt-cli
- Getting Started Guides
- Deployment
- Testing
- System Deep Dives
Aggregation- Packages
- Database
- Menus
- Circles (roles/permissions) High Level Overview
- Circles code examples
- User Auth withJWT
- Contributing