Skip to content

Correct node.js setup may be needed. #5

@sotirisb

Description

@sotirisb

Hi, it seems the current version of setup.sh does not generate an up-to-date node.js version on a fresh EC2 Ubuntu micro instance. Unsure why, but upon completion 'node --version' will yield v0.6.12. This hinders loading jshint (which fails during to version mismatch) as well as additional node modules such as express. Perhaps the following sequence (taken from the course lecture) should be incorporated in setup.sh:

!/bin/sh

sudo apt-get update
sudo apt-get install -y python-software-properties python g++ make
sudo add-apt-repository -y ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install -y nodejs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions