cloudscribe / cloudscribe.templates

dotnet new templates for cloudscribe
Apache License 2.0
5 stars 3 forks source link

Npm Install error #69

Closed StewartBellamy closed 2 years ago

StewartBellamy commented 3 years ago

When running npm install on a new project it errors, with the following.

image

    "gulp": "4.0.2",
    "gulp-cli": "2.3.0",
    "gulp-concat": "2.6.1",
    "gulp-connect": "5.7.0",
    "gulp-cssmin": "0.2.0",
    "gulp-sass": "4.1.0",
    "gulp-sourcemaps": "3.0.0",
    "gulp-uglify": "3.0.2",
    "merge-stream": "2.0.0",

Bumping the gulp-sass to 4.1.0 fixes this issue, but perhaps we need to look at updating all the required packages to the latest?