Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HowTo] Install NodeJS & Grunt #11

Closed
hzlzh opened this issue Jun 24, 2014 · 0 comments
Closed

[HowTo] Install NodeJS & Grunt #11

hzlzh opened this issue Jun 24, 2014 · 0 comments

Comments

@hzlzh
Copy link
Member

hzlzh commented Jun 24, 2014

Install NodeJS via brew or you can download it form http://nodejs.org/:

brew install node

then run node -v & npm -v to check is that is ok.

after that:

run

npm install -g grunt-cli

npm install grunt --save-dev

and then grunt --version to check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant