-
-
Notifications
You must be signed in to change notification settings - Fork 391
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
Issue using with browserify - cannot find module './aes' #133
Comments
I haven't tested integration with browserify at all :( Very happy to accept a PR if you get it working though! |
I just ran into this bug myself. It's because this module has
If I come up with a PR I'll submit, of course. |
@dariusk I was trying to use this node-forge in Ionic 2 application. Ionic 2 application is in typescript and angular2. The same node-forge I have used in pure angular2 application and it worked fine. I dont have any idea that why it is it giving this error when I am trying to to use node-forge in Ionic2 applicationn. Please help me on this |
FYI - I've just a published a new version of this module which is a complete rewrite using Google's V4 Sheets API (v3 is being deprecated on March 3, 2020). YOU MUST MIGRATE IF YOU ARE STILL USING THIS PACKAGE! Docs available here - https://theoephraim.github.io/node-google-spreadsheet I do believe this issue should be fixed in the new version. Thanks! 😄 |
Hi,
Every time I try to use google-spreadsheet, following your tutorial, I always end up with this error:
I've tried to install aes by npm manually and it's not working.
I've tried to check for solutions online and it looks like it's something related to integration with browserify which I also use.
Can you please help?
The text was updated successfully, but these errors were encountered: