I am new to node.js. I was trying to figure out how to have access to the strftime module in my extension code. I installed nvm and then installed node.js v16.50 because that is what StarUML is using. Then I did `npm install strftime`.
Now, when I try to start I get errors (shown in attached image and attached log). I also see that my extensions dir now contains a `node_modules` dir that contains a `strftime` dir, which in turn contains several files. If I remove the `node_modules` dir from the `extensions` dir then the problem goes away.
So, how can I use modules that aren't part of the built-in node.js modules but that can be installed with npm?