You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned the repo and tried to run the latest typescript example. It's complaining about @types/node missing, which is weird because its in the dependencies and was added in #2068.
ERROR: (gcloud.app.deploy) Error Response: [9] Cloud build status: FAILURE
Error ID: beaf8772
Error type: UNKNOWN
Error message: > appengine-typescript@0.0.1 prepare /workspace
> npm run gcp-build
> appengine-typescript@0.0.1 gcp-build /workspace
> tsc -p .
index.ts(17,21): error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
index.ts(28,1): error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
npm ERR! code ELIFECYCLE
The text was updated successfully, but these errors were encountered:
I cloned the repo and tried to run the latest typescript example. It's complaining about
@types/node
missing, which is weird because its in the dependencies and was added in #2068.The text was updated successfully, but these errors were encountered: