-
Notifications
You must be signed in to change notification settings - Fork 222
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
ERR: on Running 'ng serve' #177
Comments
Hi @katienoj , If your global angular-cli is higher than 8.x.x can you downgrade the cli version to any 8.x.x and rebuild . Because some dependencies like ng2-carouselamos cannot be compiled in higher ng-cli versions. |
@LalanaChami, I downgraded a day ago. New kinds of errors have emerged ERROR in node_modules/@tensorflow/tfjs-layers/dist/layers/convolutional_recurrent.d.ts:19:45 - error TS2304: Cannot find name 'Omit'. 19 declare interface ConvRNN2DCellArgs extends Omit<SimpleRNNCellLayerArgs, 'units'> { 101 export declare interface ConvLSTM2DCellArgs extends Omit<LSTMCellLayerArgs, 'units'>, ConvRNN2DCellArgs { 119 export declare interface ConvLSTM2DArgs extends Omit<LSTMLayerArgs, 'units' | 'cell'>, ConvRNN2DLayerArgs { 14 get initialized$(): import("rxjs").Observable<google.visualization.ChartEditor>; 25 get chart(): google.visualization.ChartBase | null; 26 get wrapperReady$(): import("rxjs").Observable<google.visualization.ChartWrapper>; 27 get chartWrapper(): google.visualization.ChartWrapper | null; 28 set chartWrapper(wrapper: google.visualization.ChartWrapper); 79 get wrapperReady$(): import("rxjs").Observable<google.visualization.ControlWrapper>; 80 get controlWrapper(): google.visualization.ControlWrapper | null; 82 get chart(): google.visualization.ChartBase | null; 83 get wrapperReady$(): import("rxjs").Observable<google.visualization.ChartWrapper>; 84 get chartWrapper(): google.visualization.ChartWrapper; 85 set chartWrapper(wrapper: google.visualization.ChartWrapper); ** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ ** |
I have downgraded to the following version (details>>>>>): Package Version@angular-devkit/architect 0.803.25 Kindly share the correct version you are running. |
hello, thank you. |
This was sorted 🤗 |
same problem here |
mine when i run ng serve its taking me to a blank page |
how should i solve this??? |
same question here any suggestion? |
install lodash.isequal in your project |
thanks. (node:9274) Warning: Accessing non-existent property 'count' of module exports inside circular dependency |
may be mongoose is not installed properly |
could you connect to author's db "mongodb+srv://lalana:[email protected]/pharmacy?retryWrites=true&w=majority"? |
you cannot connect with the author's db, create your own mongodb connection url and paste in your project. |
oh thx. and where is the db file? |
what db file? |
There's need to simplyfy the deployment process for the application. |
any suggestions for deploying? |
can anyone please give the credentials for admin login |
hello katienoj can you put the admin login credentilal in the comment |
Hi, did this get sorted. Sorry for the very late response. Working to improve. |
Hi Team, I am getting the below error everytime I setup the App. I have tried to manually add the required module to no avail. Kindly help.
i 「wds」: webpack output is served from /
i 「wds」: 404s will fallback to //index.html
The text was updated successfully, but these errors were encountered: