Hi,
I’m getting the following build failures - which don’t appear locally:
npm test
door-key@1.0.6 test /home/ubuntu/door-key
tsc && nodeunit test/units.jsnode_modules/@types/uuid/node_modules/@types/node/index.d.ts(2381,15): error TS2300: Duplicate identifier ‘URL’.
node_modules/@types/uuid/node_modules/@types/node/index.d.ts(2399,15): error TS2300: Duplicate identifier ‘URLSearchParams’.
node_modules/@types/uuid/node_modules/@types/node/index.d.ts(2417,14): error TS2661: Cannot export ‘URL’. Only local declarations can be exported from a module.
node_modules/@types/uuid/node_modules/@types/node/index.d.ts(2417,19): error TS2661: Cannot export ‘URLSearchParams’. Only local declarations can be exported from a module.
node_modules/typescript/lib/lib.dom.d.ts(13401,11): error TS2300: Duplicate identifier ‘URL’.
node_modules/typescript/lib/lib.dom.d.ts(13417,13): error TS2300: Duplicate identifier ‘URL’.
node_modules/typescript/lib/lib.dom.d.ts(13424,11): error TS2300: Duplicate identifier ‘URLSearchParams’.
node_modules/typescript/lib/lib.dom.d.ts(13451,13): error TS2300: Duplicate identifier ‘URLSearchParams’.
node_modules/typescript/lib/lib.dom.d.ts(15737,13): error TS2300: Duplicate identifier ‘URL’.
node_modules/typescript/lib/lib.dom.d.ts(15738,13): error TS2300: Duplicate identifier ‘URLSearchParams’.
npm ERR! Test failed. See above for more details.npm test returned exit code 1
"node": "^8.11"
"@firebase/app-types": "^0.1.0",
"@types/loglevel": "^1.5.3",
"@types/marked": "^0.3.0",
"@types/react": "^16.3.12",
"@types/react-burger-menu": "^2.2.0",
"@types/react-dom": "^16.0.5",
"@types/underscore": "^1.8.8",
"@types/underscore.string": "^0.0.32",
"create-react-class": "^15.6.2",
"firebase": "^4.12.0",
"loglevel": "^1.6.0",
"marked": ">= 0.3.6",
"moment": "^2.21.0",
"nodeunit": "^0.11.2",
"react": "^16.3.1",
"react-burger-menu": "^2.4.2",
"react-dom": "^16.3.2",
"react-star-rating-lite": "^0.0.6",
"ts-loader": "^4.2.0",
"typescript": "^2.8.3",
"underscore": "1.8.3",
"underscore.string": "^3.3.4",
"uuid": "^3.1.0",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.15",
"webpack-dev-server": "^3.1.3",
"webpack-merge": "^4.1.2"
Any help would be gratefully accpeted!
Thanks