caoxiemeihao / nuxt-electron

Integrate Nuxt and Electron
MIT License
169 stars 18 forks source link

I am getting error while using quick-start example #70

Closed abhisina closed 3 months ago

abhisina commented 3 months ago

50 verbose cwd /home/user/nuxt-electron/examples/quick-start 51 verbose Linux xxx 52 verbose node v21.7.1 53 verbose npm v10.5.0 54 error code EUNSUPPORTEDPROTOCOL 55 error Unsupported URL Type "workspace:": workspace:* 56 verbose exit 1

getting above error when I do npm install from quick-start directory I understand that this might be very basic but I am just starting, please help me out

JulienChampagnol commented 3 months ago

Replace "nuxt-electron": "workspace:*" by "nuxt-electron": "0.7.0" in package.json and re-run npm install, this worked for me

abhisina commented 3 months ago

@JulienChampagnol many thanks, closing this