Skip to content

Commit

Permalink
chore(): enter engine minimal versions for node, npm and yarn and upd…
Browse files Browse the repository at this point in the history
…ate README
  • Loading branch information
emoralesb05 committed Jan 18, 2018
1 parent 37f6b38 commit b4b1141
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ Covalent is a reusable UI platform from Teradata for building web applications w

## Setup

* Ensure you have Node 6.12.0 or up and NPM 3+ installed.
* Ensure you have Node 8.9.4+ and NPM 5+ (or Yarn 1.3.2+) installed.
* Install Angular CLI `npm i -g @angular/cli`
* Install Typescript `npm i -g typescript`
* Install TSLint `npm install -g tslint`
* Install Protractor for e2e testing `npm install -g protractor`
* Install Node packages `npm i`
* Update Webdriver `webdriver-manager update` and `./node_modules/.bin/webdriver-manager update`
* Install Node packages `npm run reinstall` (or `npm run reinstall:latest`)
* Run local build `npm run serve` or `npm run serve:prod`
* If using yarn locally, `npm rebuild node-sass` is required for https://github.com/yarnpkg/yarn/issues/1981 as of `v0.22.0`
---
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@
"a11y": "scripts/a11y/a11y.sh -r scripts/a11y/routes.txt"
},
"engines": {
"node": ">=8.9.4 < 9",
"npm": ">5"
"node": ">=8.9.4",
"npm": ">=5",
"yarn": ">=1.3.2"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b4b1141

Please sign in to comment.