Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract local path logic and add tests. #341

Merged
merged 15 commits into from
Feb 11, 2017
Prev Previous commit
Next Next commit
Node v4 will get npm v2 which fails on windows.
  • Loading branch information
zigomir committed Feb 10, 2017
commit 71964642125e7e4286a51f1d9ad8ad5d24840e0f
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A simple CLI for scaffolding Vue.js projects.

### Installation

Prerequisites: [Node.js](https://nodejs.org/en/) (>=4.x, 6.x preferred) and [Git](https://git-scm.com/).
Prerequisites: [Node.js](https://nodejs.org/en/) (>=4.x, 6.x preferred), npm version 3+ and [Git](https://git-scm.com/).

``` bash
$ npm install -g vue-cli
Expand Down Expand Up @@ -211,7 +211,7 @@ Arguments:
}
}
```

- `helpers`: some helpers you can use to log results.
- `chalk`: the `chalk` module
- `logger`: [the built-in vue-cli logger](/lib/logger.js)
Expand Down
4 changes: 0 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ environment:
- nodejs_version: "5"
- nodejs_version: "6"

matrix:
allow_failures:
- nodejs_version: "5" # uses some bad npm version

install:
- ps: Install-Product node $env:nodejs_version
- npm install
Expand Down