Hi Bernhard,
Thanks for the response. After following the instructions mentioned in the reference thread, i am getting the below error,
package.json file contents as below,
{
"name": "clinical-trials-ts",
"version": "0.0.1",
"private": true,
"dependencies": {
"@daml.js/clinical-trials-0.0.1": "file:../daml.js/clinical-trials-0.0.1",
"@daml/ledger": "1.7.0",
"@daml/react": "1.7.0",
"@daml/types": "1.7.0",
"@material-ui/core": "^4.3.0",
"@material-ui/icons": "^4.2.1",
"@material-ui/styles": "^4.3.0",
"@types/react-router": "^5.1.8",
"jsonwebtoken": "^8.5.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-router-dom": "5.2.0",
"history": "4.10.0",
"tinycolor2": "^1.4.1"
},
"resolutions": {
"**/**/set-value": "^2.0.1",
"**/**/mixin-deep": "^1.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint --ext .js,.jsx,.ts,.tsx --max-warnings 0 src/"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "http://localhost:7575",
"devDependencies": {
"@types/history": "4.7.6",
"@types/jsonwebtoken": "^8.5.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "5.1.5",
"@types/tinycolor2": "^1.4.2",
"react-scripts": "^3.4.1",
"typescript": "^3.9.5"
}
}