You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to this and I'm getting the following error when I execute "yarn dev":
yarn run v1.22.19
$ cd dev && node initSymLink.js && cd .. && node esbuild.config.js -w
> dev/index.js:8:7: error: Could not resolve "./data/dataConfig"
8 │ } from './data/dataConfig';
╵ ~~~~~~~~~~~~~~~~~~~
Serving 🍛
Local → http://localhost:12355
Network → http://10.126.221.45:12355
error Command failed with exit code 1.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I'm new to this and I'm getting the following error when I execute "yarn dev":
Anyone know what I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions