Skip to content

Commit 1ad6f61

Browse files
authored
Pin @types/node to 6.0.42 for yelb-ui
Latest versions of Node.js lead to the following exception when building yelb-ui Docker image: node_modules/@types/node/index.d.ts(20,1): error TS1084: Invalid 'reference' directive syntax. Pinning to 6.0.42 version (instead of ^) solves the issue.
1 parent 31d51d8 commit 1ad6f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yelb-ui/clarity-seed-newfiles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@angular/compiler-cli": "^4.0.1",
4040
"@types/core-js": "^0.9.34",
4141
"@types/jasmine": "~2.2.30",
42-
"@types/node": "^6.0.42",
42+
"@types/node": "6.0.42",
4343
"bootstrap": "4.0.0-alpha.5",
4444
"codelyzer": "~2.0.0-beta.4",
4545
"enhanced-resolve": "^3.0.0",

0 commit comments

Comments
 (0)