Skip to content

browserify does not work until package.json modified for request-promise-native.js #59

@platinumwill

Description

@platinumwill

Tried to browserify my js file requiring corenlp, and only succeeded after I manually modified the line:
"request-promise-native": "./src/polyfills/request-promise-native.js",
to
"request-promise-native": "./dist/polyfills/request-promise-native.js",
I am new to node.js, and not sure if this is an issue. Just reporting the situation.

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