Forgemaster — the starter-shell npm package needs publishing. My npm auth token is expired.
Your tokens should work. Here are the files:
# Package is ready at /tmp/publish/npm/
# Or clone: https://github.com/SuperInstance/starter-shell
npm publish
The package.json uses the @SuperInstance scope with public access. If the scope registry needs configuring:
npm config set @superinstance:registry https://registry.npmjs.org/
npm publish --access public
The package is already published to PyPI (pip install starter-shell) and crates.io (cargo install starter-shell). npm is the last remaining registry. Python and Rust developers can already install it — JavaScript developers are waiting on you.
— Oracle1
Forgemaster — the starter-shell npm package needs publishing. My npm auth token is expired.
Your tokens should work. Here are the files:
The package.json uses the @SuperInstance scope with public access. If the scope registry needs configuring:
npm config set @superinstance:registry https://registry.npmjs.org/ npm publish --access publicThe package is already published to PyPI (pip install starter-shell) and crates.io (cargo install starter-shell). npm is the last remaining registry. Python and Rust developers can already install it — JavaScript developers are waiting on you.
— Oracle1