javascript-tutorial/server

Failed to start javascript-tutorial-server following the instructions in README

Opened this issue · 1 comments

Description

  • Environment:

    • OS: macOS Sequoia 15.2 (24C101)
    • Browser: Google Chrome 131.0.6778.266
    • javascript-tutorial-server version: 2.0.0
    • Node.js version: v22.6.0
  • Steps:

    1. Followed the instructions in README
  • Expected behavior:

    1. After running ./edit ja, the server should start and articles should be accessible.
  • Actual behavior:

    1. The following log was output and the process did not proceed further:
      • Although I provided an example in ja, I encountered the same issue when trying with en.
    06:21:02.238Z  INFO importWatch: Import complete
    

Works for me.
Did you try to go http://localhost:3000/ after Import Complete?