desktop-application icon indicating copy to clipboard operation
desktop-application copied to clipboard

npm ERR! Invalid version: "dev"

Open perfectwebtech opened this issue 2 years ago • 3 comments

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

perfectwebtech avatar Jun 05 '23 06:06 perfectwebtech

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

lexcorp avatar Jun 06 '23 19:06 lexcorp

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.

lexcorp avatar Jun 08 '23 14:06 lexcorp

yes works

perfectwebtech avatar Feb 08 '24 08:02 perfectwebtech