quant-ux-cli icon indicating copy to clipboard operation
quant-ux-cli copied to clipboard

Vue deprecated

Open guilherme-funchal opened this issue 4 years ago • 0 comments

Hello, My name is Guilherme, Im Braziliam developer and Im trying to use Quant-Ux with Vue.js.

When Im try to convert the test project to Vue Js qith "quant-ux" command, I get the error bellow :

Quant-UX: Start generating code! V 2.0.1 Quant-UX: Load config <.quant-ux.json> {} Quant-UX: Generate <Vue (Deprecated)> for prototype Not supported type : vue (deprecated) /usr/local/lib/node_modules/quant-ux-cli/lib/cli.js:22 var files = generator.run(app, conf); ^

TypeError: Cannot read property 'run' of undefined at generate (/usr/local/lib/node_modules/quant-ux-cli/lib/cli.js:22:25) at Request._callback (/usr/local/lib/node_modules/quant-ux-cli/lib/cli.js:82:9) at Request.self.callback (/usr/local/lib/node_modules/quant-ux-cli/node_modules/request/request.js:185:22) at Request.emit (events.js:198:13) at Request. (/usr/local/lib/node_modules/quant-ux-cli/node_modules/request/request.js:1154:10) at Request.emit (events.js:198:13) at IncomingMessage. (/usr/local/lib/node_modules/quant-ux-cli/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:286:20) at IncomingMessage.emit (events.js:203:15) at endReadableNT (_stream_readable.js:1145:12)

guilherme-funchal avatar Dec 29 '20 01:12 guilherme-funchal