Etienne Lemay
etiennelem.bsky.social
Etienne Lemay
@etiennelem.bsky.social
Perfect, your call! It’s yours to do as you please now. Don’t forget to remove me as a maintainer if you end up using it.
April 8, 2025 at 8:04 PM
My understanding is that the only way you can use `npx skeleton` is by publishing your CLI tool on that package, but then you’d have 2 packages for the same CLI if you want to keep using the one within your namespace.
April 8, 2025 at 7:46 PM
Ah, npx is a bit different indeed. That one does fetch remotely unless you have that bin defined in `node_modules/.bin/` (i.e. if you have installed @skeletonlabs/skeleton-cli beforehand.

You’d need to use it like this `npx @skeletonlabs/skeleton-cli`
April 8, 2025 at 7:44 PM
No worries at all Hugo, happy to help ✌🏼

Yep, that must be why you keep hitting mine. Installing yours and/or uninstalling mine should then start hitting yours as long as you set `bin` in your package.json
April 8, 2025 at 7:21 PM
CLI bin is 100% local, NPM won’t look through all of the existing packages with the same bin name.

If someone installs multiple packages with the same bin name, the last one installed will be used.

I think we can safely say that the `skeleton` package isn’t a going to be a treat here 😄
April 8, 2025 at 7:10 PM
Oh, well, then the package itself isn’t relevant or needed for you. All you need is to add `bin` to your package.json file. See dev.to/rameshpvr/bi...
bin vs scripts in package.json
So you're deep in your Node.js project, and you're looking at package.json, trying to figure out when...
dev.to
April 8, 2025 at 6:58 PM
Fun fact: I know this because I did this in the past for www.npmjs.com/package/reac... which I used to own and transferred to the React team 🙃

If you click “show deprecated versions” and scroll all the way down to 0.1.0, that’s a library I built 10 years ago 😅
react-dom
React package for working with the DOM.. Latest version: 19.1.0, last published: 11 days ago. Start using react-dom in your project by running `npm i react-dom`. There are 210068 other projects in the...
www.npmjs.com
April 8, 2025 at 6:31 PM
Only way is to `npm deprecate skeleton "[Deprecation notice message]"` and then make sure you `npm publish` a new version that is higher than the current 0.1.2

Current versions will forever be visible as deprecated versions, but there’s no way around that.
April 8, 2025 at 6:29 PM
Maintainer invitation sent 🫡
April 8, 2025 at 1:17 PM
Can you give me your NPM username? I will need to add you as a owner and the you can do as you please with it. Either here or by email if you prefer ([email protected])
April 4, 2025 at 2:59 PM
Absolutely. Will look into how I can free the npm package and let you know 🙃
April 4, 2025 at 12:38 PM