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
{{ message }}
This repository was archived by the owner on Apr 17, 2020. It is now read-only.
I've downloaded the project, executed npm install and npm start, as stated in the docs and I get following error:
$ npm start
> reactive-patterns-course@0.0.0 start C:\Users\Tomasz.Ducin\Development\learn\angular\reactive-patterns-course
> ng serve --proxy-config proxy.conf.json
** NG Live Development Server is running on http://localhost:4200 **
Hash: ba6c3da912e2fa390e43
Time: 13387ms
chunk {0} polyfills.bundle.js, polyfills.bundle.js.map (polyfills) 157 kB {4} [initial] [rendered]
chunk {1} main.bundle.js, main.bundle.js.map (main) 72.3 kB {3} [initial] [rendered]
chunk {2} styles.bundle.js, styles.bundle.js.map (styles) 9.78 kB {4} [initial] [rendered]
chunk {3} vendor.bundle.js, vendor.bundle.js.map (vendor) 4.13 MB [initial] [rendered]
chunk {4} inline.bundle.js, inline.bundle.js.map (inline) 0 bytes [entry] [rendered]
ERROR in Error encountered resolving symbol values statically. Calling function 'OpaqueToken', function calls are not supported. Consider replacing the function or lambda with a reference to an exported function, resolving symbol FirebaseUserConfig in C:/Users/Tomasz.Ducin/Development/learn/angular/reactive-patterns-course/node_modules/angularfire2/tokens.d.ts, resolving symbol AngularFireModule.initializeApp in C:/Users/Tomasz.Ducin/Development/learn/angular/reactive-patterns-course/node_modules/angularfire2/angularfire2.d.ts, resolving symbol AppModule in C:/Users/Tomasz.Ducin/Development/learn/angular/reactive-patterns-course/src/app/app.module.ts, resolving symbol AppModule in C:/Users/Tomasz.Ducin/Development/learn/angular/reactive-patterns-course/src/app/app.module.ts
webpack: Failed to compile.
Hello,
I've downloaded the project, executed
npm installandnpm start, as stated in the docs and I get following error:Are you gonna update the setup?