Replies: 2 comments
-
Update to lastest node, npm and yarn, then yarn install, then the question is gone. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for above answers, however, for those who are stuck executing the command
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Received after ingest command,
npm run ingest
:FIX:
ensure that you have ts-node and typescript installed as dev dependencies in your project:
npm install --save-dev ts-node typescript
Beta Was this translation helpful? Give feedback.
All reactions