-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The CLI does not work - dependencies are not published to npm #6856
Comments
The npm respository doesn't seem to be maintained - lots of packages missing and most of the versions are wrong. Worked around by cloning repo. |
@marekpw did you find a fix? |
@marekpw did you find a fix for this? |
still exist |
This is not reaction related, but rather reaction-cli. I can look into that in the next few weeks. |
is this fixed , if not what is the alternative way to create project. |
Still no fixing. Can not deploy now. Any help plz? |
Still not fixed and seems like the whole project is not maintained. The error: Simply say that api-core version 3.0.0 does not exists. is asking for something that does not exists? Or even worse is this project abandoned? |
Issue Description
Running
reaction create-project api <apiPath>
and then going into<apiPath>
and runningnpm install
fails with the following error:This is because the dependencies in package.json are not published to npm. For example, the latest version of api-core on npmjs is 2.0.1.
Steps to Reproduce
npm i -g reaction-cli
reaction create-project api api
cd api && npm install
The text was updated successfully, but these errors were encountered: