@wxc_001/how-to-npm

learn npm module

Usage no npm install needed!

<script type="module">
  import wxc001HowToNpm from 'https://cdn.skypack.dev/@wxc_001/how-to-npm';
</script>

README

一分钟教你发布npm包

You need to provide --access public to the initial publication to publish a scoped package because, as Linus points out, scoped packages are private and paid by default. The publish readme doesn't show any way to provide arbitrary commands to npm, so you'll likely have to do the first publish by hand, without lerna and with npm directly.