-
Notifications
You must be signed in to change notification settings - Fork 39
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
can't start ext-react-modern-boilerplate #161
Comments
you don't run npm install in each folder since we use lerna - which does an npm install for each folder in the packages folder |
also, you need to have a login to access the packages like @sencha/ext-d3@~6.6.0 |
It didn't work neither when I try to install in the main folder. I'm not able to update sencha at all. I wrote them but I had 0 solutions. I regret hardly of acquisting it. If you want I could link the sencha forum post where I explained one by one my problems. |
@Kurara Sencha doesn't keep their master branch clean. It is always full of commits that break their entire solution. Following their documentation exactly will cause any user to end up like you did. It is very frustrating. Even worse, they do not tell you that is what they are doing (even when you ask them in support tickets), causing users to bang their heads in frustration wondering why their stuff won't work. Everything might be working one day, and then the next day you do an npm install and everything is broken. I git cloned the repo and did a To close this issue, Sencha has two options:
where b5c02e7 is the last commit where everything still actually worked. Even the latest tagged release 9bc49d7 on the https://github.com/sencha/ext-react/releases page is broken, so right now there is no way to know which commits in the repo will work. In addition, the ext-react-gen npm package should always be kept in a 100% working state, producing 100% working applications at all times, which is not happening either. |
@mgusmano Regarding my comments above, I have confirmed that the issues under the OP UPDATE section above occur when working on a Windows environment. I decided to try it on my personal MacBook because I have seen MacOS used in all the Sencha demos, and sure enough everything worked fine using the steps above with the release commit 9bc49d7 without edits to the package.json files. It is clear that you are only testing on MacOS. However, for my development environment, I need everything to work for Windows Server 2016, because we deploy to IIS for our customers. This has been quite a cause for confusion, but your customers who have been reporting these kinds of issues have been right and should not be ignored. I will create a new support ticket on this issue. |
I can't start the ext-react-modern-boilerplate. On the main page it is written that DO NOT run npm start for each folder. Why?
So I tried to run npm install in the main folder with an error:
Then if I go to the expecified folder of ext-react-modern-boilerplate I can install it but can't run it. First I have the error Ext is not defined even if I put it into package.json variables. Searching I found that maybe java version was the problem, so I installed version 8 (I think, I get it from oracle-java8-installer):
Now the error running npm start is different:
I don't know what to do u.u I've been months trying to install new ext-react version with unsuccess
UPDATE:
Installing and uninstalling many times I managed to install it. Now the problem is:
The text was updated successfully, but these errors were encountered: