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.
After running
yarn global add moralis-admin-cli
I can't call commandmoralis-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?
Anyone having the same issue?