I am trying to connect Ganache to Moralis for the Rarible Clone tutorial (part 7).
I get this error when i put .\frpc -c frpc.ini into Powershell.
Program 'frpc.exe' failed to run: Access is deniedAt line:1 char:1
+ .\frpc -c frpc.ini
+ ~~~~~~~~~~~~~~~~~~.
At line:1 char:1
+ .\frpc -c frpc.ini
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ResourceUnavailable: (:) [], ApplicationFailedException
+ FullyQualifiedErrorId : NativeCommandFailed
Everything else is working. The path is correct.
What am i missing?