vue-native-websocket-vue3 icon indicating copy to clipboard operation
vue-native-websocket-vue3 copied to clipboard

Can not to import

Open hamedg68 opened this issue 1 year ago • 5 comments

I am using vite and in main.ts file I have this error

Could not find a declaration file for module 'vue-native-websocket-vue3'. '..../node_modules/vue-native-websocket-vue3/dist/vueNativeWebsocket.common.js' implicitly has an 'any' type. Try npm i --save-dev @types/vue-native-websocket-vue3 if it exists or add a new declaration (.d.ts) file containing `declare module 'vue-native-websocket-vue3

According to error message I try to install @types/vue-native-websocket-vue3 but I have the following error

error An unexpected error occurred: "https://registry.yarnpkg.com/@types%2fvue-native-websocket-vue3: Not found".

hamedg68 avatar Apr 27 '23 09:04 hamedg68