Il 12/12/2017 09:50, Pirate Praveen ha scritto:
> On Fri, 14 Jul 2017 15:28:40 +0200 Julien Puydt
> <julien.pu...@laposte.net> wrote:> I can't help but notice that Debian
> has 1.20.1 while upstream is now up
>> to 3.4.2.
>>
>> Could we get a less ancient version?
>>
>> Since the package is in the Debian JavaScript Maintainers repository, I
>> might lend a help if you want to.
> 
> I tried to update it to 4.0.1 and getting this error (using webpack
> instead of browserify). Wondering why webpack is not able to find 'fs'.
> Should we add any extra path to resolve modules included with nodejs?

Does adding to the webpack config:

resolveLoader: {
    modules: ['/usr/lib/nodejs'],
  },

as in here:

https://anonscm.debian.org/git/pkg-javascript/vue.js.git/tree/debian/webpack.config.js#n11

help ?

Paolo


-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to