Issue while installing subdomain registrar globally

Hey @AkshitV, can you try sudo npm link and then sudo npm i -g?

Same issue


Changing the path of index.js worked (at L32 and L35),
from lib/index.js
to src/index.js
Not sure if this was the solution ?

If lib/index.js doesn’t exist, then it means you didn’t build the program. You need to run npm run build first (this is standard practice when building Node.js programs).