-
Notifications
You must be signed in to change notification settings - Fork 77
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
Seems simply broken #7
Comments
Send a pull request to solve this problem |
just change the function name in processing.js and try. It works for me lookup() renamed to getType() |
After following the changes which @sachidhanandhan suggested. I changed the code in index.js file. |
I was able to get things working with the npm code after manually doing the changes listed here:
Also, it's important that you grab the @perminder-klair can you publish the latest changes in the repo to npm? |
Had issues using the npm version which breaks at parseIt.parseResume undefined.
I changed dependency to pull directly from github but now it breaks at utils/libs/processing.js:120, this.mime = mime.lookup(file)
mime.lookup is not a function.
I'm trying to parse a longish docx resume as a test but giving up and moving on.
The text was updated successfully, but these errors were encountered: