Skip to content

New to TS/JS. Trying to run example.ts #78

Closed Answered by parnic
ColtonIdle asked this question in Q&A
Discussion options

You must be logged in to vote

You should:

  • Clone the repo
  • Cd into it
  • Run: npm install to get dependencies installed locally, not a global version of a dependency
  • Run npm build npm run build if you want to re-compile the typescript, but this is not required as the compiled files are already in the "dist" folder
  • node dist/example.js to run the example script

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@parnic
Comment options

@ColtonIdle
Comment options

@ColtonIdle
Comment options

@parnic
Comment options

@ColtonIdle
Comment options

Answer selected by ColtonIdle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants