NVM use of node.js(and NPM) #2032
conceptstom
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use NVM to set version of Node.js in (local)projects.
I've used npm install -D ts-node - i.e. to localy install in the project: video-tutorial-resources/cnft
tomcatzy@TomCatzy:~/video-tutorial-resources/cnfts$ ts-node ./createTree.ts
/home/tomcatzy/.nvm/versions/node/v20.0.0/lib/node_modules/ts-node/src/index.ts:859
return new TSError(diagnosticText, diagnosticCodes, diagnostics);
^
TSError: ⨯ Unable to compile TypeScript:
Screenshots of my NVM folders of my Node.js versions
Beta Was this translation helpful? Give feedback.
All reactions