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
blessc style.css
Failed: TypeError: Cannot read property 'parseArgs' of undefined
TypeError: Cannot read property 'parseArgs' of undefined
at parseCliArgs (/usr/local/lib/node_modules/bless/lib/parse-cli-args.js:67:44)
at cliExeute (/usr/local/lib/node_modules/bless/lib/cli.js:29:42)
at Object. (/usr/local/lib/node_modules/bless/bin/blessc:7:1)
at Module._compile (module.js:398:26)
at Object.Module._extensions..js (module.js:405:10)
at Module.load (module.js:344:32)
at Function.Module._load (module.js:301:12)
at Function.Module.runMain (module.js:430:10)
at startup (node.js:141:18)
at node.js:1003:3
The text was updated successfully, but these errors were encountered:
@tyaginaitik You're trying to pipe the output of lessc to blessc, and I think bless requires a filename as a parameter instead of reading from STDIN. Run this as two commands:
blessc style.css
Failed: TypeError: Cannot read property 'parseArgs' of undefined
TypeError: Cannot read property 'parseArgs' of undefined
at parseCliArgs (/usr/local/lib/node_modules/bless/lib/parse-cli-args.js:67:44)
at cliExeute (/usr/local/lib/node_modules/bless/lib/cli.js:29:42)
at Object. (/usr/local/lib/node_modules/bless/bin/blessc:7:1)
at Module._compile (module.js:398:26)
at Object.Module._extensions..js (module.js:405:10)
at Module.load (module.js:344:32)
at Function.Module._load (module.js:301:12)
at Function.Module.runMain (module.js:430:10)
at startup (node.js:141:18)
at node.js:1003:3
The text was updated successfully, but these errors were encountered: