coinos / coinos-classic

A bitcoin wallet app
https://coinos.io/
GNU Affero General Public License v3.0
70 stars 17 forks source link

First setup coinos #14

Closed sylkat closed 4 years ago

sylkat commented 4 years ago

There is a hidden file in the repository which is stopping the first yarn execution:

.yarnrc.yml

It was in previous versions and it continues existing now.

I really don't know anything about yarn i just realized that it throws an ugly exception with it:

`internal/modules/cjs/loader.js:638 throw err; ^

Error: Cannot find module '/user/imthat/coinos/coinos/.yarn/releases/yarn-sources.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15) at Function.Module._load (internal/modules/cjs/loader.js:562:25) at Function.Module.runMain (internal/modules/cjs/loader.js:831:12) at startup (internal/bootstrap/node.js:283:19) at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3) `