'Uncaught TypeError: Cannot read properties of undefined (reading 'prototype')' when using bluelinky package in a vue project #214
-
Hello, I am using vue.js to make a simple button on a webpage that locks my Hyundai car through the bluelinky package. I have a bluelink account with Hyundai. Before the app is even rendered, I run into the following error:
My npm and node versions are up to date and I have experimented using Duplexer2 as well. I am unsure why the prototype object is undefined as my app is very basic at the moment and just makes a bluelinky object and attempts to connect to my car first. I would appreciate any help on this as there is little documentation for errors like this on the internet. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@neelpatil09 Are you trying to use |
Beta Was this translation helpful? Give feedback.
@neelpatil09 Are you trying to use
bluelinky
in your vue (client-side) app? Currently, bluelinky is for node environments right now.