bem-archive / apw

APW (Arch-Plan-Workers) — is the core of the build system of `bem make/server` commands

Home Page:http://documentup.com/bem/apw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'apw' call without args produces exception

afelix opened this issue · comments

> npm install . -g
> apw

TypeError: undefined is not a function
    at getEmptyGraph (/usr/local/lib/node_modules/apw/lib/cli.js:77:17)
    at Cmd.<anonymous> (/usr/local/lib/node_modules/apw/lib/cli.js:66:66)
    at /usr/local/lib/node_modules/apw/node_modules/coa/lib/cmd.js:380:22
    at _fulfilled (/usr/local/lib/node_modules/apw/node_modules/coa/node_modules/q/q.js:498:32)
    at Promise.promiseSend (/usr/local/lib/node_modules/apw/node_modules/coa/node_modules/q/q.js:242:37)
    at /usr/local/lib/node_modules/apw/node_modules/coa/node_modules/q/q.js:519:18
    at Promise.promiseSend (/usr/local/lib/node_modules/apw/node_modules/coa/node_modules/q/q.js:242:37)
    at Array.0 (/usr/local/lib/node_modules/apw/node_modules/coa/node_modules/q/q.js:192:35)
    at EventEmitter._tickCallback (node.js:192:40)

Fixed by "Graph -> Arch" commits.