mean-cli
mean-cli copied to clipboard
"mean preinstall" is not implemented?
I tried "mean preinstall" to install contrib package but I got:
proudside-lm:DigitEduPrototype hepengzhang$ mean preinstall
cli.preinstall();
^
TypeError: Object #<Object> has no method 'preinstall'
at Object.<anonymous> (/usr/local/lib/node_modules/mean-cli/bin/mean-preinstall:12:5)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:906:3
It seems "preinstall" is not implemented yet, right?
I'm getting the same error.
Not really sure what the difference between mean preinstall and mean postinstall would be considering it appears that mean postinstall looks at mean.json and loads those packages.