Install Shell Commands for Atom [windows] -


in atom editor on mac, there is

atom > install shell commands 

but on windows, there no

i find cmd files atom in folder

c:\users\<user_name>\appdata\local\atom\app-1.18.0\resources\cli 

in directory atom line work in command line. in other directories not work

i find solution problem

first reinstall atom command

$ choco install atom 

you need install chocolatey before use choco command

then find cmd files of atom in

c:\users\<user_name>\appdata\local\atom\bin 

then set path command

$ setx path "%path%;c:\users\<user_name>\appdata\local\atom\bin" 

now can use atom , apm commands

i hope can anyone


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -