admin管理员组文章数量:1332377
I follow this: and get the first part of the installation to work in the terminal, and some installation seems to happen, I agree to license terms. Then, when I try the 2nd "fnm env..." I get "fnm : The term 'fnm' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the s pelling of the name, or if a path was included, verify that the path is correct". I've tried in powershell and vs code too without success and been looking online to find out why it's not working but find nothing. Anyone able to be of assistance?
I follow this: https://nodejs./en/download/package-manager and get the first part of the installation to work in the terminal, and some installation seems to happen, I agree to license terms. Then, when I try the 2nd "fnm env..." I get "fnm : The term 'fnm' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the s pelling of the name, or if a path was included, verify that the path is correct". I've tried in powershell and vs code too without success and been looking online to find out why it's not working but find nothing. Anyone able to be of assistance?
Share Improve this question asked Nov 21, 2024 at 7:43 darthfarnsworthdarthfarnsworth 11 silver badge 2 |1 Answer
Reset to default 1You just need to restart your Powershell and it will work.
本文标签: terminalHaving issues installing NodejsStack Overflow
版权声明:本文标题:terminal - Having issues installing Node.js - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742305315a2449798.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
fnm
installed (or it isn't in yourPATH
or environment). Go back to the NodeJS download page and choose "Prebuilt installer". (I'm surprised that isn't the default option). – Dai Commented Nov 21, 2024 at 7:45