creativetimofficial / ct-argon-dashboard-pro-angular

8 stars 4 forks source link

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

Open izanamiah opened 3 years ago

izanamiah commented 3 years ago

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 commented 3 years ago

Hi @izanamiah,

Thank you for working with our products.

Please follow the solution provided here: https://github.com/creativetimofficial/ct-argon-dashboard-pro-angular/issues/13.

Please let me know if it works.

Thank you, Rares

gallak1 commented 3 years ago

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 commented 3 years ago

Problem Solved. Many thanks.

MikeGalvez commented 3 years ago

@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 commented 3 years ago

@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 commented 3 years ago

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 commented 3 years ago

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!