<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2018-05-23 8:26 GMT+02:00 Diane Trout <span dir="ltr"><<a href="mailto:diane@ghic.org" target="_blank">diane@ghic.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
I was mucking around with building npm 6.0.1 and filtering out more<br>
things in node_modules that I can find close enough versions in Debian.<br>
<br>
I thought you all might be interested in I found only two source is<br>
missing lintian errors. (Though there's still 57 directories in the<br>
root node_modules directory)<br>
<br>
E: npm source: source-is-missing node_modules/columnify/<wbr>columnify.js<br>
line length is 267 characters (>256)<br>
E: npm source: source-is-missing node_modules/unique-filename/<wbr>coverage/ <br>
line length is 17568 characters (>512)<br>
<br>
I didn't find any .min.js files after the filtering and I also quickly<br>
skimmed all the js files with:<br>
<br>
find node_modules -name '*.js' | xargs head | less<br>
<br>
I didn't see anything other than coverage/prettify.js that was<br>
minified. It turned out that columnify.js appears to be readable, but<br>
has some long comments.<br>
<br>
The upstream repository for unique-filename doesn't have the coverage<br>
directory in unique-filename<br>
<br>
npm<br>
<a href="https://github.com/npm/npm/tree/latest/node_modules/unique-filename" rel="noreferrer" target="_blank">https://github.com/npm/npm/<wbr>tree/latest/node_modules/<wbr>unique-filename</a><br>
<br>
unique-filename repository<br>
<a href="https://github.com/npm/unique-filename" rel="noreferrer" target="_blank">https://github.com/npm/unique-<wbr>filename</a><br>
<br>
I need to sleep now, but it might be interesting to try npm with the<br>
node_modules/unique-filename/<wbr>coverage directory removed.<br>
<br>
I have built npm using node-tar from experimental, and basic commands<br>
like npm list, npm search, npm show appear to work. I want to try<br>
rebuilding bokehjs after I strip out the strangely placed coverage<br>
directory.<br></blockquote><div><br></div><div>Many thanks for your work.</div><div><br></div><div>Note that recent versions of npm, including 6.0.1 failed to install many modules,</div><div>displaying ERR_STREAM_WRITE_AFTER_END.</div><div><br></div><div>npm@6.1.0 will fix this and is announced to be released in a few days.</div><div><br></div><div>Jérémy</div><div><br></div></div></div></div>