-
Notifications
You must be signed in to change notification settings - Fork 12
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
Wizzard "New Module": nothing happens when clicking on "Finish" #78
Comments
Have you an error in the Log View? |
Unfortunately not. |
Please share your project |
@Springrbua is it normal? |
Hm, I've just created a new empty project using the "New Angular 2 Project" Wizzard and that works fine. The project, where I'm having the problem is a project, which was NOT created by your eclipse-plugin. Unfortunately I cannot share the project (it contains code for our customer which I'm not allowed to share). I will try to reproduce the problem without the confidential code (but this may take some time). Thanks for the quick response! |
I now have a very small project, which I could share. How should I do that? (I have a zip-file with the entire project without the node-modules folder) To reproduce (I'm using Eclipse Neon.3 with version 1.2.0 of your plugin on Windows 10):
|
@rehbein-dieter Is there anything already running in the terminal? @angelozerr I just had a look at the code and saw, that there is a little bug. The "generated files" do not react on the EDIT: |
I'v just created a new issue regarding the "Flat" checkbox (the command is missing the "--flat" option). Regarding open terminals: yes, I have some terminals open, I'll check, if closing the terminals helps... |
@angelozerr Just had another look at the code and @rehbein-dieter is right, I forgot to implement the logic for the |
No pb @Springrbua !
Thanks! |
Regarding this issue: It seems, that I was simply too impatient. When I import the project into the workspace, I have to wait, until the javascript validation is finished (which takes some time, because the entire node-modules-folder seems to be validated). As soon as the validation is finished, the "new module" wizzard works as expected (except the flat option :-)) |
@rehbein-dieter good to hear that. If it happens again, please let us know! |
@rehbein-dieter @angelozerr can we close this issue? |
The wizzard to create a new angular 2 module does not work. Klicking on "Finish" does nothing.
Selecting the checkbox "Flat" does not change the "Generated Files".
The text was updated successfully, but these errors were encountered: