Closed markhealey closed 11 years ago
Some Mac users have run into a Grunt "cannot run in wd" error when using grunt and/or npm install described in the readme. If you're getting that error in your shell, try using --unsafe-perm as discussed here.
grunt
npm install
--unsafe-perm
Some Mac users have run into a Grunt "cannot run in wd" error when using
grunt
and/ornpm install
described in the readme. If you're getting that error in your shell, try using--unsafe-perm
as discussed here.