Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
platinumwill opened this issue Apr 11, 2020 · 0 comments

Comments

@platinumwill
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant