donnemartin / dev-setup

macOS development environment setup: Easy-to-understand instructions with automated setup scripts for developer tools like Vim, Sublime Text, Bash, iTerm, Python data analysis, Spark, Hadoop MapReduce, AWS, Heroku, JavaScript web development, Android development, common data stores, and dev-based OS X defaults.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node.js not installed as part of web.sh

seanknox opened this issue · comments

Heya,

After running ./dots all I noticed node wasn't installed, though according to the documentation it should be. Am I missing anything?

Doh, looks like I never removed the 'coming soon' from .dots:

https://github.com/donnemartin/dev-setup/blob/master/.dots#L88

This line web.sh should install it:

https://github.com/donnemartin/dev-setup/blob/master/web.sh#L21

Interested in a pull request to enable web.sh from .dots? :)

Can do!

On Fri, Feb 5, 2016 at 4:19 AM Donne Martin notifications@github.com
wrote:

Doh, looks like I never removed the 'coming soon' from .dots:

https://github.com/donnemartin/dev-setup/blob/master/.dots#L88

This line web.sh should install it:

https://github.com/donnemartin/dev-setup/blob/master/web.sh#L21

Interested in a pull request to enable web.sh from .dots? :)


Reply to this email directly or view it on GitHub
#16 (comment)
.