jonniespratley / angular-cms

A light weight CMS built with Angular 1.x and Yeoman. This is just a shell and a possibility of being broken
Other
335 stars 108 forks source link

Installation #11

Closed thisboyiscrazy closed 10 years ago

thisboyiscrazy commented 10 years ago

on ubuntu 14.04 i had to add:

to the depenacnes from grunt to run. after that I am still getting

Local Npm module "grunt-lib-contrib" not found. Is it installed?

cyrus-za commented 10 years ago

@thisboyiscrazy did you do npm install -g grunt-cli ?

Grunt has to be installed globally.

thisboyiscrazy commented 10 years ago

It is installed globally

On Sat, Jun 14, 2014 at 8:46 AM, cyrus-za notifications@github.com wrote:

@thisboyiscrazy https://github.com/thisboyiscrazy did you do npm install -g grunt-cli ?

Grunt has to be installed globally.

— Reply to this email directly or view it on GitHub https://github.com/jonniespratley/angular-cms/issues/11#issuecomment-46087004 .

jonniespratley commented 10 years ago
  1. remove node modules folder $ rm -rf node_modules
  2. Install dependencies $ npm install
  3. Run server $ grunt serve

And you should be good, just tried and worked.