Closed joprice closed 5 months ago
I think this is because fable_modules
has .gitignore
file in it and NPM respect .gitignore
rules.
While I investigate to make a new release, you can use https://glutinum.net/ which doesn't need a locally installation.
That makes sense. I'll try it out once it's ready. I was able to build locally, so I'm able to generate try glutinum out on some of the libraries I've been writing manual bindings for.
When trying to run test out the npm release of the cli locally on a small package
npx @glutinum/cli node_modules/express-basic-auth/express-basic-auth.d.ts
(with v0.5.0), I get the following error:Is something missing in the package or am I missing some setup?