PatrickAlphaC/hardhat-nft-marketplace-fcc

moralis-admin-cli: command not found

Sanchez7599 opened this issue · 1 comments

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?

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

npm install -g moralis-admin-cli