Skip to content

problem with the package (npm) #4

Description

@danielzzz

node 0.1.103 (nvm) + npm

it seems npm generates an incorrect main.js file for node-base64 (this maybe because this module is compiled), the problem is in the line 5 (/lib/node/.npm/node-base64/0.0.1/main.js)

module.exports = require("./package/build/default/")

it should be:
module.exports = require("./package/build/default/base64")

I reported something similar to isaacs once and he thougth it's a problem in this file:

Bug in base64 package.json. It should read "main":"./build/default/base64"

thanks!
danielz

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions