Django- Sec 3-Lesson 7- Setting up Client API

Hello,

I could use some guidance, please. I am attempting to run the Client API, but when I try to run a get:
"missing script: “start”.

As you can see in the image, it is present in the package.json.

My research (Stack and others) does not address the challenge.

Any help would be greatly appreciated. Thanks for your time.

*** UPDATE ***

I found the issue. I had to do the following in the terminal:

npm uninstall -g create-react-app
npm rm -g create-react-app
npm install -g create-react-app
npx create-react-app my-app

In the above image, in scripts, remove “parcel”, then run “npm start” in the terminal.

This worked for me on windows machine (10)

*** UPDATE ***

Well…that kinda of worked. Removing “parcel” from scripts → start will open the server page, but the “upload” button is inoperable…

Back to square 1…any help would be appreciated.

Thanks, in advance