<div dir="ltr">I don't understand.<div><br></div><div>Normally, TypeScript is installed as a dev dependency to a Node.js project. Why would you install TypeScript globally?</div><div><br></div><div>That is ... the normal sequence, which I do in projects, and which I described in my book on TypeScript, is:</div><div><br></div><div>npm init -y</div><div>npm install typescript --save-dev</div><div># create a tsconfig.json file</div><div>npm install .... other dependencies</div><div><br></div><div>But, I don't install any Node.js anything globally. Yes, I've seen lots of tutorials talk about doing so. I don't understand that myself, but maybe I'm missing something.</div><div><br></div><div>+ David Herron<br></div><div><br></div><div> </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Sep 23, 2024 at 9:29 PM Kenneth Wolcott <<a href="mailto:kennethwolcott@gmail.com">kennethwolcott@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi;<br>
<br>
The typescript port depends on an unsupported (upstream) version of nodejs.<br>
<br>
Is this something that upstream controls?<br>
<br>
If not, is it possible to bump the version of nodejs typescript depends on?<br>
<br>
I'm looking at using some features of nodejs22 can that conflicts...<br>
<br>
so I have deactivated nodejs16...<br>
<br>
Thanks,<br>
Ken Wolcott<br>
</blockquote></div>