sharad jain

Results 6 comments of sharad jain

Hi Mark, I have been struggling to get this codebase setup and seeing errors in setting up sqllite. Was there a separate setup required to get it installed ? Here...

No, I did not get any success with 8.9.0 or 9.2.0. Looks like there are a lot of folks who are having issues with sqlite 3 installation.

I did above but had the same problem. I dug further and added sqlite3 to my path which resolved it. Thanks @mike-north for your help 😄

Nope I did not find any success. Following is my gulpfile ``` var gulp = require('gulp'); var rimraf = require('rimraf'); nightwatch = require('gulp-nightwatch'); gulp.task('cleanReports', function (cb) { rimraf('./reports', cb); });...

I am using 0.2.2 version for gulp-nightwatch.