windows - Can't install packages in Atom, in app or cmd -


i'm trying install linter atom, both in app , in cmd get:

info: not find files given pattern(s).

\java\jre7\bin";c:\program files (x86)\quicktime\qtsystem\;c:\windows\system32;c:\windows;c:\windows\system32\wbem;c:\windows\system32\windowspowershell\v1.0\;c:\program files (x86)\ati technologies\ati.ace\core-static;c:\program files (x86)\amd\ati.ace\core-static;c:\program files (x86)\brackets\command;c:\program files\microsoft sql server\120\tools\binn\;c:\program files (x86)\windows kits\10\windows performance toolkit\;c:\program files (x86)\gtksharp\2.12\bin;" unexpected @ time.

and don't know means, i've tried searching answer , can't find it. "atom -v" returns version (1.10.0), "apm -v" returns above, apm command. "where apm" returns

c:\users\jm\appdata\local\atom\bin\apm

c:\users\jm\appdata\local\atom\bin\apm.cmd

https://github.com/atom/atom/issues/12608#issuecomment-245024152 https://github.com/atom/apm/commit/fa84f2693b22630e5125dcea10004300d00cdd75

i found edits made in repo , edited apm.cmd file, solved problem! wondering, line 12 changed if defined apm_git_path set "path=!apm_git_path!;%path%" if defined apm_git_path set "path=!apm_git_path!;!path!"

this should fixed on own in future updates.


Comments