Upon attempting to run my application, I encountered the following error:
ERROR Failed to compile with 1 error 4:09:21 AM
This dependency was not found:
* core-js/fn/promise in ./src/store/index.js
To install it, you can run: npm install --save core-js/fn/promise.
As I tried to resolve this issue by installing the missing dependency, a new error message appeared.
Unfortunately, an error occurred when attempting to install from "core-js/fn/promise" as it lacks a package.json file.