No idea what I am doing

Hi new here, ended up with problem while trying to get Narrat running


For reference I am running Windows 10, and I trying to open an empty game, I have not closed the program or reopened it

did you use npm install after npm create narrat@latest?

I did and the result is the same

You made sure you are in the correct directory? (I did this today also and forgot to go into the game directory before using npm install, and I need more sleep :smiley: I’m also following your screenshot when making these suggestions)

  • npm create narrat@latest
  • cd [game name folder]
  • npm install
  • npm start

Yes I did and it was the same result

In your screenshot you’re not in the game’s folder though. The npm create narrat script creates its own folder, so after running it you need to get into the folder it created.

Which means you should run create narrat from within your projects folder, and then go in what it creates, rather than you creating the folder and then running the command in it