Needing help for Node.js

Hey everyone,
i need help with Discord and node.js. I have my bot setup and everything, but when I try to start it with
“node bot.js” the console responds with: “-su: node: command not found”. I looked in many other topics, but im still not understanding. I hope you can help me.
Thanks in advance.
BTW.: My code is raetopofde

Hi @Opofde!

The project is missing a configuration file, for example, package.json, in the project root folder to tell it to use node.

It looks like there is package.json in a subdirectory instead of the project root folder.

1 Like

Thanks @mishavee,
I think I found the problem now