Home / packages / core-types / NPM-ORG-SETUP

NPM Organization Setup Required

To publish @larcjs packages to npm, you need to create the @larcjs organization first.

Steps:

  • Go to https://www.npmjs.com/org/create
  • Create organization with name: larcjs
  • Make it public (free)
  • Add collaborators if needed
  • After Organization is Created:

    cd /Users/cdr/Projects/larc-repos/core-types
    npm publish --access public

    Verify Organization:

    npm org ls larcjs

    This will show members of the organization.