informed: upon using npm run dev command its throwing an error

I want to run the application by using npm run dev I am getting this error how to resolve this issue by using which commands ![image](https://github.com/teslamotors/informed/assets/60845180/a7376bcc-a091-44ad-a4d2-fca530eb9fd7)

About this issue

  • Original URL
  • State: closed
  • Created 4 months ago
  • Comments: 27

Most upvoted comments

  1. Are you running at least node version 18
  2. Did you make sure to npm install everything
  3. You ran npm run build
  4. You ran npm start ?

I just did all the following and see no issues