Having Problems with Phaser - Building NFT Game From Scratch!

Hello. I was following the tutorial for the NFT game, and I was using the code from github. I changed the application ID and server url to the server I am using, and when I tried running it, when I inspect the page and go to the console, it gives me two errors:

GET file://cdn.jsdelivr.net/npm/[email protected]/dist/phaser.min.js net::ERR_FILE_NOT_FOUND

and

Uncaught ReferenceError: Phaser is not defined
at Game_Test.html:27

Can someone please explain what these mean and how I can fix this? Thanks!

I am not entirely familiar with Phaser, but looks like the CDN link you are using in index.html is wrong, which implies that no Phaser software is loaded which then in turns throw the Phaser is not defined error

Hello thanks for responding! So I need to install Phaser on my computer?