diff options
author | Jouni Koivuviita <jouni@jouni.me> | 2016-02-03 14:31:37 +0200 |
---|---|---|
committer | Jouni Koivuviita <jouni@jouni.me> | 2016-02-03 14:31:37 +0200 |
commit | f70cf7e8d2e1d112de9cd26f8c9f7c4b62a52e98 (patch) | |
tree | 50112c8620d8caf791e0038b78d2fd653688c8f5 | |
parent | 6f2ba10a0e8f88bde405b3bff004e7a5896f6e5b (diff) | |
download | vaadin-core-f70cf7e8d2e1d112de9cd26f8c9f7c4b62a52e98.tar.gz vaadin-core-f70cf7e8d2e1d112de9cd26f8c9f7c4b62a52e98.zip |
Update README.md
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -90,15 +90,15 @@ The following instructions are common for all Vaadin core elements. **Replace `v $ git clone https://github.com/vaadin/vaadin-combo-box.git ``` -2. Install [Node](https://nodejs.org). It comes bundled with [npm](https://npmjs.org), which is needed to install other tooling. +2. Install [Node](https://nodejs.org/en/download/). It comes bundled with [npm](https://npmjs.com), which is needed to install other tooling. -3. Install [Bower](http://bower.io) using [npm](https://npmjs.org): +3. Install [Bower](http://bower.io) using [npm](https://npmjs.com): ```shell $ npm install -g bower ``` - > If you encounter permission issues when running `npm` see this [thread in Stack Overflow](http://stackoverflow.com/questions/16151018/npm-throws-error-without-sudo) + > If you encounter permission issues when running `npm` see the article about [fixing npm permissions](https://docs.npmjs.com/getting-started/fixing-npm-permissions) on npmjs.com 4. Use Bower to install the dependencies of the element: @@ -109,7 +109,7 @@ The following instructions are common for all Vaadin core elements. **Replace `v ### Running demos -1. Install [polyserve](https://github.com/PolymerLabs/polyserve) using [npm](https://npmjs.org): +1. Install [polyserve](https://github.com/PolymerLabs/polyserve) using [npm](https://npmjs.com): ```shell $ npm install -g polyserve @@ -128,7 +128,7 @@ The following instructions are common for all Vaadin core elements. **Replace `v ### Running tests -Install [Web Component Tester](https://github.com/Polymer/web-component-tester) using [npm](https://npmjs.org): +Install [Web Component Tester](https://github.com/Polymer/web-component-tester) using [npm](https://npmjs.com): ```shell $ npm install -g web-component-tester ``` |