leemunroe / grunt-email-workflow

A Grunt workflow for designing and testing responsive HTML email templates with SCSS.
MIT License
3.05k stars 339 forks source link

node version and setup #136

Closed ntindicator closed 1 year ago

ntindicator commented 1 year ago

When the setup commands are run, and the correct node version is not installed the nvm use command didn't work.

To fix it I ran nvm install lts/erbium. I found it a bit confusing to get started until I worked that this was missing.

Setup commands:

git clone https://github.com/leemunroe/grunt-email-workflow.git
  cd grunt-email-workflow
  nvm use
  npm install
leemunroe commented 1 year ago

Good point, this is not required. Removing this line from readme