PPaii
06/23/2022, 1:55 PMnkshah2
06/23/2022, 1:57 PMnkshah2
06/23/2022, 1:57 PMPPaii
06/23/2022, 1:57 PMnkshah2
06/23/2022, 1:58 PMPPaii
06/23/2022, 2:00 PMnkshah2
06/23/2022, 2:00 PMnpm run start
or something similar?PPaii
06/23/2022, 2:02 PMnkshah2
06/23/2022, 2:04 PM4.7.3
and see if that fixes it?PPaii
06/23/2022, 2:08 PMnkshah2
06/23/2022, 2:08 PMnkshah2
06/23/2022, 2:09 PMPPaii
06/23/2022, 2:14 PMPPaii
06/23/2022, 2:14 PMnkshah2
06/23/2022, 2:16 PM"node_modules/tslib"
and see what version it is resolving to
should look like this
"node_modules/tslib": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
"integrity": "..."
},
nkshah2
06/23/2022, 2:22 PMtslib@^
insteadnkshah2
06/23/2022, 2:23 PMcat node_modules/tslib/package.json
and post the output herePPaii
06/23/2022, 2:24 PMPPaii
06/23/2022, 2:24 PM{
"name": "tslib",
"author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/",
"version": "1.14.1",
"license": "0BSD",
"description": "Runtime library for TypeScript helper functions",
"keywords": [
"TypeScript",
"Microsoft",
"compiler",
"language",
"javascript",
"tslib",
"runtime"
],
"bugs": {
"url": "https://github.com/Microsoft/TypeScript/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/tslib.git"
},
"main": "tslib.js",
"module": "tslib.es6.js",
"jsnext:main": "tslib.es6.js",
"typings": "tslib.d.ts",
"sideEffects": false,
"exports": {
".": {
"module": "./tslib.es6.js",
"import": "./modules/index.js",
"default": "./tslib.js"
},
"./": "./"
}
}
nkshah2
06/23/2022, 2:27 PMyarn add -D tslib@2.4.0
and see if the error still persistsPPaii
06/23/2022, 2:28 PMnkshah2
06/23/2022, 2:29 PM