contiamo / restful-react

A consistent, declarative way of interacting with RESTful backends, featuring code-generation from Swagger and OpenAPI specs 🔥
MIT License
1.87k stars 109 forks source link

[9.8.0] Unable to use generation script in latest version #222

Closed South-Paw closed 4 years ago

South-Paw commented 4 years ago

Describe the bug

dist/bin/restful-react.js does not exist in 9.8.0 leading to install errors (#220 and #221)

To Reproduce

Install from npm and look in the node_modules/restful-react/dist/bin/ folder - restful-react.js is not in there.

Expected behavior

It should be there 😄

Additional context

I think that the package has been published without running yarn build which would trigger the build:bin task. Doing this locally creates the required file:

image

South-Paw commented 4 years ago

@fabien0102 or @TejasQ could one of you fellas look into republishing the package (there is also a change relevant in #219) - thanks 👍

fabien0102 commented 4 years ago

I'm on it! Sorry, was a bit busy over there 😬

fabien0102 commented 4 years ago

Fixed in 9.9.0! Thanks for the reporting!

South-Paw commented 4 years ago

@fabien0102 I thought you must've been busy - thanks for fixing! ❤️