We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An error appears when using the library in NodeJs, in the index.js file related to the window object.
I solved it as follows: if (typeof window !== 'undefined') {...}
if (typeof window !== 'undefined') {...}
Take it into account for the next update @sakul-budhathoki. Thaks.
The text was updated successfully, but these errors were encountered:
fix: issue #31 Error in NodeJS
bd95a30
Merge pull request #32 from Intosoft/feat/web
92e3903
@Cronoz1994 Thanks for the report. Published the fix on version 0.0.8 on npm.
0.0.8
Sorry, something went wrong.
No branches or pull requests
An error appears when using the library in NodeJs, in the index.js file related to the window object.
I solved it as follows:
if (typeof window !== 'undefined') {...}
Take it into account for the next update @sakul-budhathoki.
Thaks.
The text was updated successfully, but these errors were encountered: