Hello . I did everything like in this video until 5:00 minutes
engine downloaded from this link:
that is :
in config.js I added
const baseImageUri = "my url server from moralies
in index.js I added
// Moralis creds
const serverUrl = my url server from moralies
const appId = my Application ID from moralies
const masterKey = my Master Key from moralies;
const apiUrl = https://deep-index.moralis.io/api/v2/ipfs/uploadFolder;
// xAPIKey available here: https://deep-index.moralis.io/api-docs/#/storage/uploadFolder
const apiKey = from >> this side https://deep-index.moralis.io/api/v2/ipfs/uploadFolder;
now I want to use the command : node index.js
and I get such an error
if he wants to use the command:
- npm install
- npm install --global yarn
- yarn index.js
there is the same error as in the screenshot