So I'm a total beginner. I am building a web client with react. I am using parcel to build it and bundle it. I am doing this via the Career Foundry boot camp.
I got this error, and I don't know how to fix it.
Error: Key 216aea59fec25090 not found in cache
Error: Key 216aea59fec25090 not found in cache
at LMDBCache.getBlob
(/Users/jxxxxxxxxx/.nvm/versions/node/v16.16.0/lib/node_modules/parcel/node_modules/@parcel/cache/lib/LMDBCache.js:130:70)
at Object.run
(/Users/jxxxxxxxxxxx/.nvm/versions/node/v16.16.0/lib/node_modules/parcel/node_modules/@parcel/core/lib/requests/WriteBundleRequest.js:165:68)
at async RequestTracker.runRequest
(/Users/jxxxxxxxxxxxx/.nvm/versions/node/v16.16.0/lib/node_modules/parcel/node_modules/@parcel/core/lib/RequestTracker.js:756:20)
I tried searching online to see how to fix the build, but I found nothing. I tried doing some editing to my code to see if some things would change.
Now I am getting this error:
Error: Got unexpected null
Error: Got unexpected null
at nullthrows
(/Users/jxxxxxxxxxxxx/.nvm/versions/node/v16.16.0/lib/node_modules/parcel/node_modules/nullthrows/nullthrows.js:7:15)
at loadConfig
(/Users/jxxxxxxxxxxxx/.nvm/versions/node/v16.16.0/lib/node_modules/parcel/node_modules/@parcel/core/lib/worker.js:116:51)
at async Object.runTransform
(/Users/jxxxxxxxxxxxx/.nvm/versions/node/v16.16.0/lib/node_modules/parcel/node_modules/@parcel/core/lib/worker.js:135:16)
What is an "unexpected null"? How do you fix this? Should I re-initialize the node modules via npm init? What can I do in terminal to get my build to work again for this client/app.
I would love to be able to fix whatever is wrong with parcel/node_modules and not have to start all over with my client/app.