Skip to content
This repository was archived by the owner on Mar 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #277 from Financial-Times/update-gulp-lintspaces
Browse files Browse the repository at this point in the history
update gulp-lintspaces
  • Loading branch information
Alberto Elias committed Jun 24, 2015
2 parents ff1a731 + 56b9fa8 commit 814c378
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ If you have any issues with OBT, please check out [troubleshooting guide](https:

npm install -g origami-build-tools

__Attention:__ _OBT doesn't work with 'npm >2.7.5' due to a a problem with npm and Editorconfig 0.11.x_

## Usage

Run the install task for the first time will to install required dependencies:
Expand Down
2 changes: 2 additions & 0 deletions TROUBLESHOOT.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Different common issues encountered when using OBT organized by the different ta

### Error `npm ERR! argv "node" "/usr/local/bin/npm" "install" "-g" "origami-build-tools"`

> This error should be fixed in v3.0.2 of origami-build-tools, but we're keeping it in this troubleshooting guide for now.
When install origami-build-tools, depending on the version of [npm](https://github.com/npm/npm), it might fail with an error similar to this:

>npm ERR! Darwin 14.3.0
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"engines": {
"node": ">= 0.12.2",
"npm": ">= 2.0.0<=2.7.5"
"npm": ">= 2.0.0"
},
"scripts": {
"test": "mocha -t 50000 `find . -name '*.test.js' -path './test/*'`"
Expand All @@ -28,7 +28,7 @@
"gulp-autoprefixer": "^2.1.0",
"gulp-if-else": "^1.0.3",
"gulp-jshint": "^1.8.4",
"gulp-lintspaces": "^0.2.3",
"gulp-lintspaces": "^0.3.0",
"gulp-minify-css": "^1.0.0",
"gulp-mustache": "^1.0.2",
"gulp-rename": "^1.2.0",
Expand Down

0 comments on commit 814c378

Please sign in to comment.