Skip to content
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

don't work in ssr angular universal #29

Open
aragrevo opened this issue Mar 10, 2023 · 1 comment
Open

don't work in ssr angular universal #29

aragrevo opened this issue Mar 10, 2023 · 1 comment

Comments

@aragrevo
Copy link

aragrevo commented Mar 10, 2023

I have this error when I try to run 'ng run app:server' after the 'ng build -c production'
**./node_modules/ngx-glide/fesm2015/ngx-glide.js:280:21-26 - Error: export 'default' (imported as 'Glide') was not found in '@glidejs/glide' (module has no exports)**

In development mode works fine but when try to deploy don't is working.

Steps:

  1. ng build -c production. -> Works
  2. ng run app:serve ?> Don't

"@angular/common": "~12.1.1",
"ngx-glide": "12.1.1",
"@glidejs/glide": "3.6.0",

@aryan88
Copy link

aryan88 commented Jun 9, 2023

@aragrevo Did you find any solution to this problem, I am also facing the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants