Hi all!
I am trying to run a theme I built with Sage, which previously worked perfectly. I haven’t touched the project in a couple of months, and run into an issue now. When I run ‘gulp watch’ in the command line a blank page shows in my browser and nothing happens.
Running ‘gulp’ and ‘gulp --production’ works fine.
There a no errors in my console, only some warnings. See below.
I tried:
- Removing project node modules and bower packages and reinstall
- Remove gulp and reinstall
- Remove node and npm from my system, and reinstall
All without succes. When I do an npm install I receive the following warnings. But I am not sure if this causes the issue.
npm WARN deprecated gulp-minify-css@1.2.4: Please use gulp-clean-css npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated minimatch@1.0.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated graceful-fs@2.0.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree. npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0. npm WARN deprecated tough-cookie@2.2.2: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130 npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
Does this problem seem familiar to someone? Pleas help!!
Thanks