lebronjamesuit / social-media-angular14

Build a website to post confession online
https://d26q31pmxe2fsg.cloudfront.net/
1 stars 0 forks source link

Module '"@angular/core"' has no exported member 'EnvironmentProviders'. #2

Open lebronjamesuit opened 1 year ago

lebronjamesuit commented 1 year ago

File: app.module.ts

import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { ToastrModule } from 'ngx-toastr';

-> Error: node_modules/ngx-toastr/toastr/toast.provider.d.ts:2:10 - error TS2305: Module '"@angular/core"' has no exported member 'EnvironmentProviders'. 2 import { EnvironmentProviders } from '@angular/core';

package.json

`{ "dependencies": { "@angular/animations": "^14.3.0",

"@angular/core": "^14.2.0",
"ngx-toastr": "^17.0.2",
"ngx-webstorage": "^12.0.0",
"rxjs": "~7.5.0",

},

} `

lebronjamesuit commented 1 year ago

Solution:

npm install ngx-toastr@15.2.2 --save --force