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

Error: Cannot find module 'underscore' #4

Open
sandeep0630 opened this issue Mar 4, 2017 · 8 comments
Open

Error: Cannot find module 'underscore' #4

sandeep0630 opened this issue Mar 4, 2017 · 8 comments

Comments

@sandeep0630
Copy link

Hi,

I am new to node.js and getting below error. can you please help me on this

@SuchithKumar
Copy link

what's the error?

@sandeep0630
Copy link
Author

this is what i am getting

Please, wait 2 sec to skip warnings
textract: 'unzip' does not appear to be installed, so textract will be unable to extract PDFXs.
textract: 'pdftotext' does not appear to be installed, so it will be unable to extract PDFs. http://www.foolabs.com/xpdf/
textract: 'drawingtotext' does not appear to be installed, so it will be unable to extract DXFs.
textract: 'unzip' does not appear to be installed, so it will be unable to extract DOCXs.
textract: 'catdoc' does not appear to be installed, so it will be unable to extract DOCs.
(node:8480) DeprecationWarning: util.print is deprecated. Use console.log instead.

  • I'm working with "resume.html" now
  • I'm working with "resume.txt" now
    null

can you please help me.

@likerRr
Copy link
Owner

likerRr commented Mar 6, 2017

@sandeep0630 hi, have you installed dependepcies by npm install? Also I don't see here an error that you specified in the title of the issue

@sandeep0630
Copy link
Author

@likerRr hi, after "npm install" the error which is in title is gone, but i am seeing different error as above comment. Any help on that....

Thanks in advance

@likerRr
Copy link
Owner

likerRr commented Mar 6, 2017

They are not errors but warnings. As the result you still should get parsed data I hope

@sandeep0630
Copy link
Author

Hi @likerRr thanks for tthe quick response...

i am not getting any parsed data. at the end of execution it is giving null

Please, wait 2 sec to skip warnings
textract: 'unzip' does not appear to be installed, so textract will be unable to extract PDFXs.
textract: 'pdftotext' does not appear to be installed, so it will be unable to extract PDFs. http://www.foolabs.com/xpdf/
textract: 'drawingtotext' does not appear to be installed, so it will be unable to extract DXFs.
textract: 'unzip' does not appear to be installed, so it will be unable to extract DOCXs.
textract: 'catdoc' does not appear to be installed, so it will be unable to extract DOCs.

HR manager:

  • My stack for today are: resume.html, resume.txt
    Parse Boy:
  • Hi, i can help you with resume.html, resume.txt
    (node:7772) DeprecationWarning: util.print is deprecated. Use console.log instead.
  • I'm working with "resume.txt" now
  • I'm working with "resume.html" now
    null

@likerRr
Copy link
Owner

likerRr commented Mar 6, 2017

Sorry, in this case I can't help you, because I didn't check source code since I wrote it first 😄 . And I'm not sure that I understand from the first view what's the problem.
Please, try to debug the issue.

And thank you for your time

@SuchithKumar
Copy link

Have you checked the "./compiled" folder @sandeep0630 ? if there are no parsed files then you've got to do this. goto "./src/dictionary.js" in module.exports={} remove the "profiles :[ ]" section and it should work.
check the parsed files in ./compiled folder.

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

3 participants