mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
➕ Add dev-dependency "@types/lodash.set" to workflow package
build error can be fixed by "@types/lodash.set": "^4.3.6", adding in devDependencies by using command => `npm i --save-dev @types/lodash.set`
This commit is contained in:
parent
5c8b9f626a
commit
930d310bf3
|
@ -31,6 +31,7 @@
|
|||
"@types/jest": "^26.0.13",
|
||||
"@types/lodash.get": "^4.4.6",
|
||||
"@types/lodash.merge": "^4.6.6",
|
||||
"@types/lodash.set": "^4.3.6",
|
||||
"@types/node": "14.17.27",
|
||||
"@types/xml2js": "^0.4.3",
|
||||
"@typescript-eslint/eslint-plugin": "^4.29.0",
|
||||
|
|
Loading…
Reference in a new issue