I am getting the following list of errors when I run ng serve.
ng serve
My package JSON is as follows:
{ \"name\": \"ProName\", \"version\":
Adding this setting in tsconfig.ts file under that project resolve this warning
"compilerOptions": { "baseUrl": "./", "paths": { "crypto": [ "../../node_modules/crypto-js" ] }