You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
"@angular/common": "~12.1.1",
"ngx-glide": "12.1.1",
"@glidejs/glide": "3.6.0",
The text was updated successfully, but these errors were encountered: