-
Notifications
You must be signed in to change notification settings - Fork 8k
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
Fail to start application #65
Comments
I'm submitting a ... Do you want to request a feature or report a bug? What is the current behavior? /Users/michaelneal/ng2-admin/node_modules/ng2-ckeditor/CKEditor.d.ts:7:36 Steps
Please tell us about your environment: ➜ ng2-admin git:(master) node -v |
FYI, this was working two days ago for sure. There were changes made to Node.js module ng2-ckeditor. I have older copy of module and my builds work after replacing newer with older. |
Got the same (as above) using NodeJS 6, tried NodeJS 4, getting:
running npm start |
I submitted a pull request that should fix the issue. #66 |
@iamdavidfrancis thanks, tested & working, commented on #66 to that effect :). |
Glad I could help. |
Thanks again @iamdavidfrancis , just merged your PR. Closed by #66 |
This issue is not fixed, the application will now start but once you visit the CKEditor "page" it corrupts the entire application. |
@aareya, yeah, the problem is that the form directives are outdated and have to be updated to the latest angular form version. But, we cannot merge this to master now as it breaks some of the ng-bootstrap plugins. So waiting for them to resolve the issues and will release the update then. |
Sorry, I didn't think to test the ckeditor page. That's my bad. |
Hey guys, Trying to make it run but getting a lot of errors: I've tried those steps: Also tried using docker as well and no success. I tried npm install as sudo and not sudo, both not starting the server for me. It runs the webpack but at the end is not creating the files. Just couldn't figure out how to run it. If you guys have any suggestions. Regards. |
root@homestead:/vagrant/www/ng2-admin# npm install and npm start
webpack: bundle is now VALID. sudo npm install fsevents 0 info it worked if it ends with ok |
Hi @abnersouza, @farnetani in your case posinstall script didn't run. Run |
@nnixaa Thanks I will test what you suggested, then if still no working I will log a separated one for it. Quick question do you think typing will fix the issue with the ~Ionicons/scss/ionicons path not working? Thanks. |
@abnersouzarocket no, but |
@nnixaa Sure I will try and let you know thanks a lot, by the way what a wonderful job on that admin, congrats guys. |
@abnersouzarocket thanks, glad you like it. |
@nnixaa It worked, I've notice that the postinstall didn't run once I was installing, but running npm run typings -- install && bower install All working 100%, only editor that once i tried to open breaks everything, I will check and log it if necessary. Thanks a lot |
Steps
then I waited a long time did It not respond. |
@seamusic please create a separate issue as it is not related to this topic |
original issue is fixed in https://github.com/akveo/ng2-admin/tree/v0.4.0 |
its working for me but only with localhost. when I changed IP address its not working with ng2-admin. I don't understand the reason. |
[X] bug report
[ ] feature request
[ ] question about the decisions made in the repository
I want report a bug
The app don't start.
The terminal error is: "ng2-admin/node_modules/ng2-ckeditor/CKEditor.d.ts:7:36
Cannot find module '@angular/forms'."
The text was updated successfully, but these errors were encountered: