You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, i'm trying use this on a Vue3 app and i keep getting this : "Could not find a declaration file for module 'vue-native-websocket'. '/node_modules/vue-native-websocket/dist/build.js' implicitly has an 'any' type.
Try npm i --save-dev @types/vue-native-websocket if it exists or add a new declaration (.d.ts) file containing declare module 'vue-native-websocket';ts(7016).
the @types/vue-native-websocket package does not exist on registry.yarnpkg.com, am i doing something wrong ?
The text was updated successfully, but these errors were encountered:
Hi there, i'm trying use this on a Vue3 app and i keep getting this : "Could not find a declaration file for module 'vue-native-websocket'. '/node_modules/vue-native-websocket/dist/build.js' implicitly has an 'any' type.
Try
npm i --save-dev @types/vue-native-websocket
if it exists or add a new declaration (.d.ts) file containingdeclare module 'vue-native-websocket';
ts(7016).the @types/vue-native-websocket package does not exist on registry.yarnpkg.com, am i doing something wrong ?
The text was updated successfully, but these errors were encountered: