Cannot find module '@rocket.chat/sdk'

Description

Hello, I faced a problem with installing the rocket chat sdk. I’m trying to create a bot using the RocketChat SDK Bot guide. I managed to follow the first steps which are “npm init -y” and “@rocket.chat/sdk”, with a little exception. I actually had to use “$rocket.chat/sdk” because PowerShell suggested so. After that 68 packages were added and 69 were audited.
Then I tried to “node server.js” to start my bot but an error occured: "cannot find module ‘@rocket.chat/sdk’ ".
Do I need an extra folder for the sdk? Or what should I do?

Server Setup Information

  • NodeJS Version: 16.14.1