-
-
Notifications
You must be signed in to change notification settings - Fork 259
Description
Fresh nativescript-vue project and I am trying to get the DevTools to work with no luck.
I followed the guide as directed.
When the project starts I get the Electron Vue DevTools window and it just says "Waiting for Connection"
Here is the error I am seeing at startup
[VueDevtools] Connecting to http://10.0.2.2:8098... [VueDevtools] Failed to init: Error: Cannot find module '@vue/devtools/build/hook.js'
Package.json
"dependencies": {
"@nativescript-community/ui-material-cardview": "^7.2.78",
"@nativescript-community/ui-material-textfield": "^7.2.78",
"@nativescript-community/ui-material-textview": "^7.2.78",
"@nativescript/core": "~8.9.1",
"@triniwiz/nativescript-socketio": "^6.0.0",
"@vue/devtools": "^8.0.2",
"nativescript-drop-down": "^6.0.2",
"nativescript-vue": "3.0.1"
},
"devDependencies": {
"@nativescript/android": "8.9.2",
"@nativescript/tailwind": "~4.0.3",
"@nativescript/types": "~8.9.1",
"@nativescript/webpack": "~5.0.24",
"@types/node": "~22.14.0",
"tailwindcss": "^4.1.3",
"typescript": "^5.8.3"
}
}