<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p><br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 11/13/2016 09:30 PM, Pirate Praveen
      wrote:<br>
    </div>
    <blockquote
      cite="mid:2a62bf2e-c6ca-9f5f-f801-5b034e34e86d@onenetbeyond.org"
      type="cite">
      <pre wrap="">On Saturday 12 November 2016 04:31 PM, Pirate Praveen wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Hi,

Using globally installed grunt is not supported upstream (see
<a class="moz-txt-link-freetext" href="https://github.com/gruntjs/grunt-cli/issues/10">https://github.com/gruntjs/grunt-cli/issues/10</a>). With
<a class="moz-txt-link-freetext" href="https://github.com/gruntjs/grunt-cli/pull/55">https://github.com/gruntjs/grunt-cli/pull/55</a> patch, I was able to ignore
the error but it fails to read package.json now

$ grunt
Loading "Gruntfile.js" tasks...ERROR
</pre>
        <blockquote type="cite">
          <blockquote type="cite">
            <pre wrap="">Error: Unable to read "package.json" file (Error code: MODULE_NOT_FOUND).
</pre>
          </blockquote>
        </blockquote>
        <pre wrap="">Warning: Task "default" not found. Use --force to continue.

Aborted due to warnings.

Can someone help fix this? (you'll have to build grunt from alioth as it
is still in NEW).
</pre>
      </blockquote>
      <pre wrap="">
After a whole day of troubleshooting, I found the issue was with
encoding conversion. The patch remove-encoding-conversion.patch in
alioth fixes this error. I'd like someone to review it before I upload it.


</pre>
    </blockquote>
    The issue lies in node-iconv-lite package. Source directories
    `encodings` and `generation` are not included in debian package.
    npm2deb skips it as those directories are not mentioned in
    package.json.<br>
    <blockquote
      cite="mid:2a62bf2e-c6ca-9f5f-f801-5b034e34e86d@onenetbeyond.org"
      type="cite"><br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
  </body>
</html>