You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wasn't sure if I should submit ticket here since the errors are pointing to sassport. I should note that I'm using Gulp v4 and I've removed everything but the sassport part of the task and I just get a Segmentation fault: 11 error.
/styles/node_modules/sassport/dist/importer.js:46
var _url$split$map = url.split('!').map(function (part) {
^
TypeError: url.split is not a function
at Object.<anonymous> (/styles/node_modules/sassport/dist/importer.js:46:30)
at options.importer (/styles/node_modules/gulp-sassport/node_modules/node-sass/lib/index.js:331:31)
The text was updated successfully, but these errors were encountered:
Wasn't sure if I should submit ticket here since the errors are pointing to
sassport
. I should note that I'm using Gulp v4 and I've removed everything but the sassport part of the task and I just get aSegmentation fault: 11
error.The text was updated successfully, but these errors were encountered: