Le 2018-11-30 15:17, swedebugia a écrit :
On 2018-11-22 02:02, swedebugia wrote:
Hi
On 2018-11-22 00:22, swedebugia wrote:
snip
snip
While investigating the top libraries* packages with most depends in
npm I found the following:
Lib Dep DevDep RecdevDep Dependants license
underscore 0 12 2400+ 18000+ mit
async 1 37 2696 26069 mit
I succeded in packaging the latest underscore. I discovered a bug in
the build system and fixed it to be able to build it. (see the diff
attached)
Debian packaged a 4 year old async 0.8.0 that has 0 dep and only
uglify-js as devdep (which we already have packaged). From 0.9.2
lodash was made a devdep.
Thanks, I'll merge that with my version of the patches, and send them
both for review. I think they are already very good, unless you think we
need more time to make sure the build system is perfect.
Could you explain why this is necessary? In what case does this
directory doesn't exist? I also wonder if it can be the case that
node_modules is a file or a symlink that isn't catched by your check...