Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run project locally #428

Closed
IdanDover opened this issue Jan 23, 2024 · 2 comments · Fixed by #430
Closed

Unable to run project locally #428

IdanDover opened this issue Jan 23, 2024 · 2 comments · Fixed by #430
Labels
bug Something isn't working

Comments

@IdanDover
Copy link
Collaborator

Steps to Reproduce

  1. clone repository
  2. run npm install in terminal
  3. run npm start

It throws the following error:
Screenshot 2024-01-23 110703

My system and node specs:
node v18.16.0
typescript v5.1.3
Windows 11 Pro

@IdanDover
Copy link
Collaborator Author

I was able to run it locally only when I added this devDependencies:

  1. @swc/cli
  2. @swc/core

Please tell me if it's fine to add those dependencies to the project

@NoamGaash
Copy link
Member

could you please create a pull request with the suggested changes? let's see how the CI is handling that

@IdanDover IdanDover added the bug Something isn't working label Jan 23, 2024
@R894 R894 linked a pull request Jan 23, 2024 that will close this issue
IdanDover added a commit to IdanDover/open-bus-map-search that referenced this issue Jan 23, 2024
VSciFlight added a commit to VSciFlight/open-bus-map-search that referenced this issue Jan 30, 2024


* 'main' of https://github.com/VSciFlight/open-bus-map-search: (94 commits)
  chore: lint css (hasadna#442)
  style: Ensure minimum width for ArrivalByTimeChart  (hasadna#433)
  fix: Remove unknown data (hasadna#438)
  chore: Revert "chore: add temporary route for the version release event (hasadna#382)" (hasadna#441)
  ci: upgrade linter (hasadna#439)
  fix: scrollbar color on dark mode (hasadna#431)
  fix: Fix for issue hasadna#428 unable to run project locally (hasadna#430)
  chore: Adding tnufa to dropdown in dashboard hasadna#423 (hasadna#429)
  chore(main): release 1.0.0 (hasadna#326)
  fix: make input labels visible at dark mode (hasadna#424)
  fix: make top input label visible at singleLine page (hasadna#420)
  chore: add i18n type safety (hasadna#419)
  feat: add home-page files and temp route (hasadna#403)
  feat: finish bug report form creation (hasadna#411)
  feat: Translation of the remaining untranslated text on the About page (hasadna#399)
  test: add SinglelinePage tests (hasadna#393)
  feat: made logo white on dark mode (hasadna#397)
  feat: date picker component show invalid dates warning (hasadna#398)
  chore: hide bug report form (hasadna#388)
  docs: fixed a dead link in README.md (hasadna#396)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants