Tyson Maly
Tyson Maly
I am seeing the same issue on v0.0.221 , Python 3.10.6 Windows 10
This is unfortunate as this part of Lang Chain is used in the DeepLearningAI course
this is related to a breaking change in the latest gulp-ruby-sass http://stackoverflow.com/questions/28140012/gulp-typeerror-arguments-to-path-join-must-be-strings the simplest work around is probably to use gulp-sass I am still working on a solution
Ok here is what worked for me first run: npm install gulp-sourcemaps and npm install gulp-sass then edit your gulpfile.coffee change the gulp-ruby-sass import to sass = require 'gulp-sass' and...