[Pkg-javascript-devel] Bug#871459: vue.js
Paolo Greppi
paolo.greppi at libpf.com
Mon Oct 30 17:57:47 UTC 2017
Il 30/10/2017 13:20, Pirate Praveen ha scritto:
> On തിങ്കള് 30 ഒക്ടോബര് 2017 04:18 വൈകു, Paolo Greppi wrote:
>> BTW this is only Vue core, there are also some supporting libraries which may need packaging:
>> vue-router, vuex, vue-cli, vue-loader, vue-server-renderer, vue-class-component, vue-rx and vue-devtools.
>>
>> Any help or suggestion is welcome !
>
> I have also been working on vue packages for gitlab
> (https://wiki.debian.org/Javascript/Nodejs/Tasks/gitlab) and some of
> them are already in NEW.
>
> https://github.com/vuejs/vue-template-es2015-compiler/issues/10 is a
> blocker.
>
> prettier needs chalk 2, which is in git repo, but even require test is
> failing (needs to fix it). See if you can make some progress on
> node-chalk and node-prettier in alioth.
Regarding node-chalk, if you refer to this:
$ cd node-chalk
$ node
> var test=require('./');
TypeError: Cannot read property 'close' of undefined
at Object.<anonymous> (/home/paolog/Sviluppo/debian/node-chalk/index.js:66:74)
..
it seems the ansi-styles API changed, it really must be node-ansi-styles (>= 3.1.0).
I have put that requirement in debian/control + more cleanup and also turned on tests.
You can find those changes in a wip/paolog branch on alioth:
https://anonscm.debian.org/cgit/pkg-javascript/node-chalk.git/log/?h=wip/paolog
feel free to cherry-pick the commit in master if you need it.
paolo
More information about the Pkg-javascript-devel
mailing list