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

gulp-sass failed #21

Open
treeWater opened this issue Jul 8, 2017 · 1 comment
Open

gulp-sass failed #21

treeWater opened this issue Jul 8, 2017 · 1 comment

Comments

@treeWater
Copy link

I couldn't do npm install gulp-sass.
Here is the log file. Would you please review and comment ?
npm-debug.txt

@SAN1TAR1UM
Copy link

There seems to be an issue with the version of gulp-sass being called. I updated my package.json to the following and it worked:

  "name": "genesis-sample",
  "version": "2.2.3",
  "description": "The Genesis Sample theme with modern build tools.",
  "main": "Gulpfile.js",
  "dependencies": {
    "autoprefixer": "^6.3.1",
    "bourbon": "^4.2.6",
    "bourbon-neat": "^1.7.2",
    "browser-sync": "^2.11.1",
    "css-mqpacker": "^4.0.0",
    "del": "^2.2.0",
    "glob": "^6.0.4",
    "gulp": "^3.9.1",
    "gulp-cheerio": "^0.6.2",
    "gulp-concat": "^2.6.0",
    "gulp-cssnano": "^2.1.0",
    "gulp-imagemin": "^2.4.0",
    "gulp-notify": "^2.2.0",
    "gulp-plumber": "^1.1.0",
    "gulp-postcss": "^6.1.0",
    "gulp-rename": "^1.2.2",
    "gulp-sort": "^1.1.1",
    "gulp-sourcemaps": "^1.6.0",
    "gulp-svgmin": "^1.2.1",
    "gulp-svgstore": "^5.0.5",
    "gulp-uglify": "^1.5.2",
    "gulp-util": "^3.0.7",
    "gulp-wp-pot": "^1.1.1",
    "gulp.spritesmith": "^6.2.0"
  },
  "devDependencies": {
    "gulp-sass": "^3.1.0",
    "gulp-sass-lint": "^1.3.2"
  },
  "scripts": {
    "test": "echo \"No test specified\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gregrickaby/genesis-sample"
  },
  "keywords": [
    "theme"
  ],
  "author": "WebDevStudios",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/gregrickaby/genesis-sample/issues"
  },
  "homepage": "https://github.com/Wgregrickaby/genesis-sample#readme"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants