-
Notifications
You must be signed in to change notification settings - Fork 36
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
Webpack failure #6
Comments
any update on this? |
There's a chance of problem with AOT. Thanks |
Same problem here. |
Nevermind, I modified node_modules/nativescript-ng-shadow/angular/ng-shadow.module.d.ts and it works now.
You will obviously lose these changes if you delete your node_modules folder, but it could be included in a next version, a pull request, or a fork. |
Uhm... @gabitoesmiapodo That works for you? I mean, it compiles but for me it doesn't work after doing that. @berardo Maybe this could help? |
This is still not solved. |
Still not solved ? |
I received this error on the release build of the app. I added the import suggested by @gabitoesmiapodo and the release build was successful. However, when running the app, the shadows have been stripped out of the UI. |
Well, my comment is from Dec 2017, so that code might be not working now. |
Okay. Thanks. ;) |
Any quick & dirty fix for this issue? 😄 |
Subscribing to the guy above |
I am running webpack command for android and I am getting this error
`ERROR in Unexpected value 'NgShadowModule in /node_modules/nativescript-ng-shadow/angular/ng-shadow.module.d.ts' imported by the module 'AppModule in app/app.module.ts'. Please add a @NgModule annotation.
ERROR in ./main.aot.ts
Module not found: Error: Can't resolve './app.module.ngfactory' in '...App\app'
@ ./main.aot.ts 5:29-62
The text was updated successfully, but these errors were encountered: