-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Uncaught TypeError: Cannot read properties of undefined (reading 'decode') #159
Comments
I just roll back to the version 3.0.2 and it worked, but I really want to use the newest version. |
don't know if they are related but I found in src/index.js used punycode and punycode has already been deprecated since node v7: |
@LikeDreamwalker I'll try to have a look but in the meanwhile, feel free to create a PR to remove it. |
As @LikeDreamwalker mentioned, punycode is deprecated since: v7.0.0. The Node docs now recommend using punycode.js in place of it. But the plugin itself has and issue if you are working with @nfroidure if no one is working on this issue i could take it. |
@abdelhakimrafik sure, proceed :). Thanks! |
@abdelhakimrafik I have the same issue, did you manage to resolve it? |
Issue
I am trying to use in pure browser env ( from https://github.com/nfroidure/svgiconfont ) but I got this error. I check the log which shows me this issue happened inside so I think if there might be something newer than the example program. Really need help.
Steps to reproduce the behavior
I have a demo so it should be easy to reproduce.
npm i
npm run serve
There is a Vuetify File Uploader in the page, click then choose the .svgs it will happen in console.
https://github.com/LikeDreamwalker/if-generator
Debugging informations
node -v
result:npm -v
result:Also for logs:
The text was updated successfully, but these errors were encountered: