Node : The term 'node' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included,
verify that the path is correct and try again.
At line:1 char:1
+ node
+ ~~~~
+ CategoryInfo : ObjectNotFound: (node:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
nodejs.org
Komut istemcisini yönetici olarak çalıştırmayı deneyin.
Windows'da node kurulum yaparken path'e ekleme yapıyor otomatik ama bir sebepten olmamışsa sistem değişkenlerine nodejs'in klasör yolunu vererek ekleme yapın. Genelde C:/Program Files/nodejs olur.
Node.js yüklü değilse yükleyin.
Komut istemcisini yönetici olarak çalıştırmayı deneyin.
Windows'ta Node kurulum yaparken Path'e ekleme yapıyor otomatik ama bir sebepten olmamışsa sistem değişkenlerine Node.js'in klasör yolunu vererek ekleme yapın. Genelde C:/Program Files/nodejs olur.
Bugün sizlere nasıl Path'e dosya eklendiğini anlatacağım. İlk önce şu soruyu soralım, Path nedir. Path, shell'e(kabuğa) çalıştırılabilir dosyaların bulunduğu yeri söyleyen bir değişkendir (bkz. What is Path). echo $PATH Bu Path değişkeninizi çıktı olarak verir, mesela benimki...