Hello and welcome to the forum,
I'll take a look at your problem and get back to you. There are a few problems on Windows that are being corrected, so it could be the library.
Otherwise, without using the add
command:
- install the plugin:
npm install <package name>
- add to
rpg.roml
:
modules = [
<package name>
]