Running the samples? #118
-
I am trying to follow instructions to run the samples using codespace. However, npm run build-all command fails with error 'ts not found' for each example folder. What am I missing? `> npm run build --workspaces
sh: 1: tsc: not found
sh: 1: tsc: not found Following some hints on SO I run 'npm install typescript -g' and then the errors changed to:
error TS2688: Cannot find type definition file for 'node'. src/tsconfig.json:6:15 ` |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I know it's been a while, but it looks you didn't run the |
Beta Was this translation helpful? Give feedback.
I know it's been a while, but it looks you didn't run the
npm install
command.