cattr-app / desktop-application

Electron-based desktop time tracker for Cattr
Other
103 stars 38 forks source link

npm ERR! Invalid version: "dev" #41

Open perfectwebtech opened 1 year ago

perfectwebtech commented 1 year ago

can you help me during setup of desktop app

getting problem unable to setup in windows or linux machine

when i run npm installation step for desktop app for custom installation

lexcorp commented 1 year ago

Use yarn... instead of npm for all commands...

lexcorp commented 1 year ago

Hi @perfectwebtech , use yarn instead of npm. for all commands.

example: yarn install instead npm install

In package.json file, change "version": "dev", to "version": "3.0.0-RC10", or the version that you are using.

perfectwebtech commented 9 months ago

yes works