To create a scoped module like '@myzendap' use the below cmd npm init -y --scope=@my-org-name Go to npmjs.com and signin add organization - e.g. myzendap then to access the scoped packages, we need to publish by using the below cmd npm publish --access public