node.js - How to solve Error: ENOENT, stat -
i´ve installed npm , stylus global way in mac os, when try create new-file.styl following error occurs:
$ stylus -c -w mi-estilo.styl /usr/local/lib/node_modules/stylus/bin/stylus:640 if (err) throw err; ^ error: enoent, stat 'mi-estilo.styl' @ error (native)
i searched solution, . . . don't have success.
could me please?
the error message saying expects find 'mi-estilo.styl'. seem expect should created. looking @ stylus --help
, -c
option "compress" , -w
"watch", there no indication should created.
Comments
Post a Comment