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

[Bug] "export 'ɵisSubscribable' was not found in '@angular/core' #15

Open
izanamiah opened this issue Mar 3, 2021 · 7 comments
Open

Comments

@izanamiah
Copy link

Version

1.2.0

Reproduction link

http://google.com

Operating System

Mac OS

Device

MacBook Pro

Browser & Version

Chrome. Latest

Steps to reproduce

following the steps in https://demos.creative-tim.com/argon-dashboard-pro-angular/#/documentation/quick-start
after npm start, error shows "export 'ɵisSubscribable' was not found in '@angular/core'"

What is expected?

normally project install

What is actually happening?

can't start project


Solution

Additional comments

@rarestoma
Copy link
Contributor

Hi @izanamiah,

Thank you for working with our products.

Please follow the solution provided here: #13.

Please let me know if it works.

Thank you,
Rares

@gallak1
Copy link

gallak1 commented Mar 9, 2021

Hi @rarestoma!

Just to share my situation with this bug, i run into this issue and follow the #13 instructions.

In addition to change the @angular/common: ^11.0.5 to 11.0.5, i change all packages that has ^11.0.5 to 11.0.5 and it works!

Thanks!

@izanamiah
Copy link
Author

Problem Solved. Many thanks.

@MikeGalvez
Copy link

MikeGalvez commented Jun 5, 2021

@izanamiah, How can i solve this?
WARNING in C:\Users\Downloads\argon-dashboard-pro-angular-v1.2.0\src\environments\environment.prod.ts is part of the TypeScript compilation but it's unused.
Add only entry points to the 'files' or 'include' properties in your tsconfig.

ERROR in ./node_modules/@angular/common/ivy_ngcc/fesm2015/common.js 3851:14-27
"export 'ɵRuntimeError' was not found in '@angular/core'
ERROR in ./node_modules/@angular/common/ivy_ngcc/fesm2015/common.js 4326:12-27
"export 'ɵisSubscribable' was not found in '@angular/core'

@hannounf
Copy link

@izanamiah, How can i solve this?
WARNING in C:\Users\Downloads\argon-dashboard-pro-angular-v1.2.0\src\environments\environment.prod.ts is part of the TypeScript compilation but it's unused.
Add only entry points to the 'files' or 'include' properties in your tsconfig.

ERROR in ./node_modules/@angular/common/ivy_ngcc/fesm2015/common.js 3851:14-27
"export 'ɵRuntimeError' was not found in '@angular/core'
ERROR in ./node_modules/@angular/common/ivy_ngcc/fesm2015/common.js 4326:12-27
"export 'ɵisSubscribable' was not found in '@angular/core'

I am having the same issue.

@rarestoma
Copy link
Contributor

Hi @hannounf,

To fix this error please go to package.json and replace "@angular/common": "^11.0.5" with "@angular/common": "11.0.5".

Please let me know if it works.

Best regards,
Rares

@hannounf
Copy link

Hi @hannounf,

To fix this error please go to package.json and replace "@angular/common": "^11.0.5" with "@angular/common": "11.0.5".

Please let me know if it works.

Best regards,
Rares

Hello, problem seems solved by doing this, I was just testing it!

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

5 participants