Re: [Pkg-javascript-devel] libjs-handlebars: How to get /usr/lib/nodejs/handlebars/dist/cjs/handlebars.js?

2017-03-28 Thread Pirate Praveen
On Tuesday 28 March 2017 12:32 PM, Andreas Tille wrote: > As far as I can see finalising babel is the first step, right? Do you > need any help a JavaScript illiteral Debian packager could provide? You can try and troubleshoot the errors in current babel packages. I have uploaded them in

Re: [Pkg-javascript-devel] libjs-handlebars: How to get /usr/lib/nodejs/handlebars/dist/cjs/handlebars.js?

2017-03-28 Thread Andreas Tille
Hi Pirate, On Tue, Mar 28, 2017 at 11:03:22AM +0530, Pirate Praveen wrote: > On Monday 27 March 2017 10:07 PM, Jérémy Lal wrote: > > That's simply a bug in node-handlebars: > > ~$ node > >> require('handlebars') > > Error: Cannot find module '../dist/cjs/handlebars' > > at

Re: [Pkg-javascript-devel] libjs-handlebars: How to get /usr/lib/nodejs/handlebars/dist/cjs/handlebars.js?

2017-03-28 Thread Pirate Praveen
On Monday 27 March 2017 10:07 PM, Jérémy Lal wrote: > That's simply a bug in node-handlebars: > ~$ node >> require('handlebars') > Error: Cannot find module '../dist/cjs/handlebars' > at Function.Module._resolveFilename (module.js:325:15) > at Function.Module._load (module.js:276:25) >

Re: [Pkg-javascript-devel] libjs-handlebars: How to get /usr/lib/nodejs/handlebars/dist/cjs/handlebars.js?

2017-03-27 Thread Jérémy Lal
2017-03-27 17:08 GMT+02:00 Andreas Tille : ../.. > Error: Cannot find module '../dist/cjs/handlebars' > at Object. (/usr/lib/nodejs/handlebars/lib/index.js:7:18) > That's simply a bug in node-handlebars: ~$ node > require('handlebars') Error: Cannot find module

[Pkg-javascript-devel] libjs-handlebars: How to get /usr/lib/nodejs/handlebars/dist/cjs/handlebars.js?

2017-03-27 Thread Andreas Tille
Hi, please excuse my naive question - I'm totally new tp JS and its packaging (and I'm not subscribed to the packaging list nor am I sure whether this is the right list to ask - please guide me kindly if I'm wrong here.) I intend to package shiny-server[1] which needs several node-* packages. At