clio-lang / clio

Clio is a functional, parallel, distributed programming language.
https://clio-lang.org
Apache License 2.0
936 stars 30 forks source link

Error: Cannot find module 'clio-utils' after installation. #199

Closed chekaninmaxim closed 3 years ago

chekaninmaxim commented 3 years ago

ubuntu 20.04 npm v6.14.8 node v14.7.0

I tried both ways to install the clio that provided in documentation https://docs.clio-lang.org/install But I'm getting this error: Error: Cannot find module 'clio-utils'

HussainArif12 commented 3 years ago

Getting the same error.

alex-gunning-jumo commented 3 years ago

Same

pouya-eghbali commented 3 years ago

Ok, I see what's the issue. We have:

"bin": {
    "clio": "packages/cli/index.js"
  },

On our toplevel package, however the dependencies of the "packages/cli" aren't getting installed (not listed on toplevel package). I'm trying to find out the best way of dealing with this.

pouya-eghbali commented 3 years ago

Issue fixed in https://github.com/clio-lang/clio/commit/04a9b6808f47c0229bb3d908aa60be0facabbcaf