Please help i do not know why this error shows

https://www.awesomescreenshot.com/video/14685166?key=5a49cb0bb32b2b0a0f236d02e5349237

this is a recorded screen showing the error

Hey there can you explain what the error exactly is?

It is not best for us to access an unknown third-party website as it can pose security risk on our side :raised_hands:

Will appreciate if you upload the media here directly or provide it in the form of text.

Thanks!

I am building a launchpad using moralis and i got a error when i use npm start on vscode

here is the error screenshot below

THIS SCREENSHOT BELOW, THAT WAS WHEN I USE NPM START AND I GOT THIS BABEL ERROR SHOWING 

Screenshot 2023-02-09 132902

Anyone to assist me with this?

Hi @Cyberhot

Which moralis sdk are you using in your project?
If you are sure that this error is coming from Moralis sdk can you try upgrading the sdk to the latest version?

How do I update it to the latest version?

You can updated to latest version by specifying @latest after the sdk name.

npm install <sdkName>@latest

When i try installing moralis latest i got this error below

Iā€™m not really sure about those error, looks like not something related to moralis in particular.

However, looks like you project is React (frontend). Are you by any chance using the Moralis server?

If so you should use moralis-v1 instead of moralis, since moralis is only for backend and does not work with server. moralis-v1 does but it is deprecated already.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.