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

Cannot find module 'jszip #46

Closed
Sasy91 opened this issue Aug 10, 2016 · 4 comments
Closed

Cannot find module 'jszip #46

Sasy91 opened this issue Aug 10, 2016 · 4 comments
Labels

Comments

@Sasy91
Copy link

Sasy91 commented Aug 10, 2016

I try to use this package by npm install node-xlsx and the i import the package
import xlsx from 'node-xlsx';

but when i run the app it gives

Uncaught Error: Cannot find module 'jszip' install.js:78

then i install jszip by
import xlsx from 'jszip';
but it gives the same error

@Sasy91 Sasy91 changed the title Need help Cannot find module 'jszip Aug 10, 2016
@alexohneander
Copy link

Same but different.

Missing jszip in browserify bundle

The require call for jszip uses a concatenated string require('js'+'zip') which stops browserify from including it. The results in a runtime error Cannot find module 'jszip'.

@gruentee
Copy link

gruentee commented Oct 5, 2016

@N00d13 Are you talking about the file in the dist folder? I thought this already is the bundled version?

@thearabbit
Copy link

I have the same problem, how to fix?

@stale
Copy link

stale bot commented Feb 1, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Feb 1, 2019
@stale stale bot closed this as completed Feb 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants