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
Post a Comment