Custom npm module not loading in n8n

Hi everyone,

I’m currently trying to make a custom node package and it doesn’t seem to want to load and I’m not sure why. I’ve followed this guide (Using the Node Dev CLI | Docs).

I had those exact node files in the nodes-base folder of n8n and it was working fine, but my module (either locally though npm link or directly installing the module with npm install -g n8n-nodes-syncromsp doesn’t seem to work at all. Anyone’s willing to check the repo to see if they notice anything that’s wrong/missing? GitHub - Maelstrom96/n8n-nodes-syncromsp: Custom n8n SyncroMSP node

Thanks alot.