stephenlacy/gulp-stylus

Compile Error (node v6.0.0)

Closed this issue · 5 comments

# error messages
[13:06:10] Starting 'compile-stylus'...
[13:06:11] gulp-notify: [Compile Error]
D:\Angular1Coffee-Starter-Kit\src\styles\main.styl:6:1
   2| @import 'mixins'
   3| @import 'typography'
   4| @import 'structure'
   5| @import 'layout'
   6|
------^

Path must be a string. Received undefined

[13:06:11] Finished 'compile-stylus' after 495 ms

stylus/stylus#2176

A path has the wrong name in one of the stylus files.
Stylus syntax error, open an issue on https://github.com/stylus/stylus

still have this issue even with node 6.2.2

@Shyam-Chen did you open an issue?

it seems working on last gulp-stylus (2.5.0)

yes it does!