mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-23 11:44:06 -08:00
➕ Add dev-dependency "@types/uuid" to core package
build error can be fixed by "@types/uuid": "^8.3.4", adding in devDependencies by using command => npm i --save-dev @types/lodash.set
This commit is contained in:
parent
930d310bf3
commit
59eba8cdc5
|
@ -35,6 +35,7 @@
|
|||
"@types/mime-types": "^2.1.0",
|
||||
"@types/node": "14.17.27",
|
||||
"@types/request-promise-native": "~1.0.15",
|
||||
"@types/uuid": "^8.3.4",
|
||||
"jest": "^26.4.2",
|
||||
"source-map-support": "^0.5.9",
|
||||
"ts-jest": "^26.3.0",
|
||||
|
|
Loading…
Reference in a new issue