PatrickAlphaC / hardhat-nft-marketplace-fcc

114 stars 97 forks source link

moralis-admin-cli: command not found #13

Open Sanchez7599 opened 2 years ago

Sanchez7599 commented 2 years ago

After running yarn global add moralis-admin-cli I can't call command moralis-admin-cli. I get error command not found.

I noticed that when installing, file fsevents@2.3.2 was excluded from installation. Maybe that is the problem?

[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@2.3.2: The platform "linux" is incompatible with this module.
info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Installed "moralis-admin-cli@2.1.16" with binaries:
      - moralis-admin-cli
Done in 1.82s.

Anyone having the same issue?

Ryangwaite commented 2 years ago

I had this issue. Installing with npm resolved it for me:

npm install -g moralis-admin-cli