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
I keep having the same error after saving a file ( removed comments // or /* .... */ I was using the latest version 3.0.3 installed via npm, if i downgrade the version to 1.3.9 it works, here is my log.
/Users/macbook/Code/statamic/node_modules/gulp-less/node_modules/accord/node_modules/when/lib/decorators/unhandledRejection.js:80 throw e; ^ TypeError: Cannot read property 'rules' of undefined at Import.eval (/Users/macbook/Code/statamic/node_modules/gulp-less/node_modules/less/lib/less/tree/import.js:140:46) at Ruleset.evalImports (/Users/macbook/Code/statamic/node_modules/gulp-less/node_modules/less/lib/less/tree/ruleset.js:188:36) at Ruleset.eval (/Users/macbook/Code/statamic/node_modules/gulp-less/node_modules/less/lib/less/tree/ruleset.js:96:17) at module.exports (/Users/macbook/Code/statamic/node_modules/gulp-less/node_modules/less/lib/less/transform-tree.js:66:22) at ParseTree.toCSS (/Users/macbook/Code/statamic/node_modules/gulp-less/node_modules/less/lib/less/parse-tree.js:14:25) at /Users/macbook/Code/statamic/node_modules/gulp-less/node_modules/less/lib/less/render.js:31:40 at /Users/macbook/Code/statamic/node_modules/gulp-less/node_modules/less/lib/less/parse.js:63:17 at Object.finish [as _finish] (/Users/macbook/Code/statamic/node_modules/gulp-less/node_modules/less/lib/less/parser/parser.js:183:28)
[ x ] I checked for circular dependencies ( none ).
[ x ] I saw an checked previous bug reports #114 , less/less.js#2430 reporting the same "bug".
If you need more info do let me know.
Thanks!
The text was updated successfully, but these errors were encountered:
I keep having the same error after saving a file ( removed comments
// or /* .... */
I was using the latest version3.0.3
installed via npm, if i downgrade the version to1.3.9
it works, here is my log./Users/macbook/Code/statamic/node_modules/gulp-less/node_modules/accord/node_modules/when/lib/decorators/unhandledRejection.js:80 throw e; ^ TypeError: Cannot read property 'rules' of undefined at Import.eval (/Users/macbook/Code/statamic/node_modules/gulp-less/node_modules/less/lib/less/tree/import.js:140:46) at Ruleset.evalImports (/Users/macbook/Code/statamic/node_modules/gulp-less/node_modules/less/lib/less/tree/ruleset.js:188:36) at Ruleset.eval (/Users/macbook/Code/statamic/node_modules/gulp-less/node_modules/less/lib/less/tree/ruleset.js:96:17) at module.exports (/Users/macbook/Code/statamic/node_modules/gulp-less/node_modules/less/lib/less/transform-tree.js:66:22) at ParseTree.toCSS (/Users/macbook/Code/statamic/node_modules/gulp-less/node_modules/less/lib/less/parse-tree.js:14:25) at /Users/macbook/Code/statamic/node_modules/gulp-less/node_modules/less/lib/less/render.js:31:40 at /Users/macbook/Code/statamic/node_modules/gulp-less/node_modules/less/lib/less/parse.js:63:17 at Object.finish [as _finish] (/Users/macbook/Code/statamic/node_modules/gulp-less/node_modules/less/lib/less/parser/parser.js:183:28)
[ x ] I checked for circular dependencies ( none ).
[ x ] I saw an checked previous bug reports #114 , less/less.js#2430 reporting the same "bug".
If you need more info do let me know.
Thanks!
The text was updated successfully, but these errors were encountered: