-
Notifications
You must be signed in to change notification settings - Fork 8
Description
After "npm install -g yang-forge" as root, and running yfc, I get this error -
root# yfc
/usr/local/lib/node_modules/yang-forge/lib/index.js:9
return this.compose('yang-forge-core');
^
TypeError: this.compose is not a function
at Composer. (/usr/local/lib/node_modules/yang-forge/lib/index.js:9:17)
at Object. (/usr/local/lib/node_modules/yang-forge/lib/index.js:10:6)
at Object. (/usr/local/lib/node_modules/yang-forge/lib/index.js:12:4)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:458:32)
at tryModuleLoad (module.js:417:12)
at Function.Module._load (module.js:409:3)
at Module.require (module.js:468:17)
at require (internal/module.js:20:19)
at Object. (/usr/local/lib/node_modules/yang-forge/bin/yfc:3:1)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:458:32)
at tryModuleLoad (module.js:417:12)
at Function.Module._load (module.js:409:3)
at Module.runMain (module.js:575:10)
at run (bootstrap_node.js:352:7)
at startup (bootstrap_node.js:144:9)
at bootstrap_node.js:467:3
OSX-10:~ root#