question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

5.0.0-beta.14-17a70ee require Angular 6

See original GitHub issue

and is wrong in my opinion 😄 version 5.0.0-beta.14 works fine

npm get automatically the “17a70ee” version. i don’t know why

npm start

> whereapp-ng@0.0.0 start ******
> ng serve -H=0.0.0.0 -o

** NG Live Development Server is listening on 0.0.0.0:4200, open your browser on http://localhost:4200/ **
 13% building modules 28/29 modules 1 active ...g/node_modules/html-entities/index.jswebpack: wait until bundle finished: /
Date: 2018-04-16T09:15:10.939Z
Hash: c0590aad176e4d6e6997
Time: 8220ms
chunk {inline} inline.bundle.js (inline) 3.85 kB [entry] [rendered]
chunk {main} main.bundle.js (main) 2.91 kB [initial] [rendered]
chunk {polyfills} polyfills.bundle.js (polyfills) 577 bytes [initial] [rendered]
chunk {styles} styles.bundle.js (styles) 190 kB [initial] [rendered]
chunk {vendor} vendor.bundle.js (vendor) 852 kB [initial] [rendered]

ERROR in node_modules/@angular/flex-layout/core/typings/observable-media/observable-media.d.ts(1,22): error TS2305: Module '"/*******/node_modules/rxjs/Rx"' has no exported member 'Subscribable'.


webpack: Failed to compile.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:3
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

6reactions
julianobrasilcommented, Apr 16, 2018

Change to 6.0.0-beta.15. Notice the 6.

2reactions
Teamopcommented, Apr 24, 2018

@frostbytedata version 6.0.0-beta.15 means to align release with angular v6 as per angular’s strategy, so if you want to use for angular v5, just use 5.0.0-beta.14 right now

Read more comments on GitHub >

github_iconTop Results From Across the Web

The Angular Compiler requires TypeScript >=3.4.0 and <3.5.0 ...
You can try this command to install the specific version of TypeScript, rather than the latest version. npm i -D typescript@3.4.5. In addition, ......
Read more >
Getting started with Angular
Welcome to Angular! This tutorial introduces you to the essentials of Angular by walking you through building an e-commerce site with a catalog, ......
Read more >
Upgrading from AngularJS to Angular
The upgrade module in Angular has been designed to make incremental upgrading ... of ECMAScript 5, "switching" to TypeScript doesn't necessarily require ......
Read more >
Cheat Sheet - Angular
List of components to bootstrap when this module is bootstrapped. Template syntax, Details. <input [value] ...
Read more >
Introduction to Angular concepts
NgModules collect related code into functional sets; an Angular application is defined by a set of NgModules. An application always has at least...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found