Error on setting up the client app for lesson 7 (Ultimate Django Series - PART 3)

Adding to this thread to see if the hive mind can help.
I’m getting the same errors.
I’ve tried uninstalling and installing what feels like every package known to man.
Now when I run npm start I get the below.

$ npm start

storefront2_client@1.0.0 start
parcel index.html -p 8001

node:internal/modules/cjs/loader:1056
throw err;
^

Error: Cannot find module ‘C:\Code\Codewithmosh\DjangoCourse\Storefront3\Code\2- Uploading Files\Client App\storefront3_client\node_modules\parcel-bundler\bin\cli.js’
at Module._resolveFilename (node:internal/modules/cjs/loader:1053:15)
at Module._load (node:internal/modules/cjs/loader:898:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:84:12)
at node:internal/main/run_main_module:23:47 {
code: ‘MODULE_NOT_FOUND’,
requireStack:
}

Node.js v19.4.0

I have tried this also:

The “Error: Cannot find module” is the big concern for me. I just have no idea how to properly install the module we need.

Any ideas?