I am following this tutorial: http://www.thinkster.io/angularjs/eqq96ECqkT/1-getting-your-project-set-up-with-yeoman
I have node installed: terminal -> node -v -> v0.12.0-pre
I have npm installed: terminal -> npm -v -> 1.4.21
I have yo installed: terminal -> yo -v -> 1.2.1
I have installed generator-angular: Last login: Mon Sep 1 11:20:43 on ttys000 Macintosh:~ adgower$ npm intall -g generator-angular
Usage: npm
where is one of: add-user, adduser, apihelp, author, bin, bugs, c, cache, completion, config, ddp, dedupe, deprecate, docs, edit, explore, faq, find, find-dupes, get, help, help-search, home, i, info, init, install, isntall, issues, la, link, list, ll, ln, login, ls, outdated, owner, pack, prefix, prune, publish, r, rb, rebuild, remove, repo, restart, rm, root, run-script, s, se, search, set, show, shrinkwrap, star, stars, start, stop, submodule, t, tag, test, tst, un, uninstall, unlink, unpublish, unstar, up, update, v, version, view, whoami
npm -h quick help on npm -l display full usage info npm faq commonly asked questions npm help search for help on npm help npm involved overview
Specify configs in the ini-formatted file: /Users/adgower/.npmrc or on the command line via: npm --key value Config info can be viewed via: npm help config
npm@1.4.21 /usr/local/lib/node_modules/npm
Then I navidate to my folder where the app is located. cd/etc.... Run yo angular:
It runs into a EACCES access saying: Error: EACCES, permission denied '/Users/adgower/.config/configstore/insight-bower.yml'
When I look for insight-bower.yml it does not exist.......
Any ideas on how to fix this?