Skip to content

Commit ad9fb39

Browse files
authored
[App Engine] TS : Adding the missing node type definition (#2068)
The Typescript example is actually not working. When App Engine is running the `npm run gcp-build` It will throw erros like this one : `Step` #6 - "builder": index.ts(17,21): error TS2580: Cannot find name 'process'. The package.json is missing the node Types definitions module. My pull request is fixing that. Best
1 parent f7968e9 commit ad9fb39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appengine/typescript/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"typescript": "^4.0.0"
2424
},
2525
"devDependencies": {
26+
"@types/node": "^14.14.7",
2627
"mocha": "^8.0.0",
2728
"wait-port": "^0.2.7",
2829
"@types/express": "^4.16.0",

0 commit comments

Comments
 (0)