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 has been archived by the owner on Feb 17, 2024. It is now read-only.
In the module-1 branch when I run npm install and then npm start I get the following errors in the console:
ERROR in [default] C:\Users\yurid\retain-app\node_modules\rxjs\observable\PairsObservable.d.ts:1:0
Cannot find type definition file for 'chai'.
ERROR in [default] C:\Users\yurid\retain-app\node_modules\rxjs\observable\dom\AjaxObservable.d.ts:1:0
Cannot find type definition file for 'chai'.
They don't seem the be critical thou since the build still completes fine and runs the server too. I still think it would be good to figure out what the issue is and make sure the module builds fine without any errors.
The text was updated successfully, but these errors were encountered:
In the module-1 branch when I run npm install and then npm start I get the following errors in the console:
They don't seem the be critical thou since the build still completes fine and runs the server too. I still think it would be good to figure out what the issue is and make sure the module builds fine without any errors.
The text was updated successfully, but these errors were encountered: