-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Angular Demo JIT compilation failed for component class SwipeMenuComponent #65
Comments
It's been about 6 months, so I'm revisiting the demos. I'm still unable to build and run the angular demo. Following the instructions in the README is unclear, since CollectionView > Demo vs CollectionView > Demos and Development contain contradictory commands, such as Is there a step that I'm missing? This time, I did the following:
The build fails with error My console output is attached. CLI: Nativescript 8.6.3 |
@meeshkabob strange I just built it to make a new release. |
@jfturcot i tried with yarn here and it worked fine. I love pnpm but it has many issues which made me switch to yarn. Could you try with yarn? you can clean first by running |
Using yarn instead, the build completes (woot!), but the demo fails with a webpack error, These are the commands that I ran. Are they correct?
Console output for that is here: |
yes all good. now about angular specific issues you would have to look into it(surely dép version issue). I am not angular expert sorry. the demo is there it is true but I dont have much time to keep up with angular updates. sorry |
Description
The ui-collectionview angular demo throws a
JIT compilation failed
error when tapping buttonSwipe Menu
. The UI stays stuck on the home page and does not display the Swipe Menu component.Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
Please, tell us how to recreate the issue in as much detail as possible.
8a457304cddbe427b1a60158a02fda5b1c5c8720
Swipe Menu
Is there any code involved?
No, running the demo as is.
The text was updated successfully, but these errors were encountered: