cattr-app / desktop-application

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

Error on Install dependencies #40

Closed Jao8 closed 1 year ago

Jao8 commented 1 year ago

When I run npm install its returns the following error

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@cattr%2fnode - Not found
npm ERR! 404
npm ERR! 404  '@cattr/node@^4.0.0-RC4' is not in this registry.
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

Anyone can help with this?

I found this package on npmjs @amazingcat/node-cattr, it is compatible?

lexcorp commented 1 year ago

Hi @Jao8, try using yarn instead of npm to all commands, example "yarn install"

Jao8 commented 1 year ago

Yeah, it worked. Thank you very much.

If possible, can you change the Readme? the instructions there are pointing to npm.