LoginSignup
1

More than 3 years have passed since last update.

posted at

【2019年3月】WindowsでAtomエディタのapmコマンドを使う

やりたいこと

apmコマンドを使って
コマンドラインからAtomのパッケージをインストールする

対処方法

1. Pathを通す

  • C:\Users\ user name\AppData\Local\atom\bin
  • powershellを再起動
  • apm install [filename]を実行
    • 「指定されたパスが存在しません」と表示 *

2. Atomの再インストール

3. Pathを通す

  • ‘C:\Users\user name\AppData\Local\atom\app-1.34.0\resources\cli‘
  • powershellを再起動
  • apm install [filename]
    • 【成功】「installinng~」

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
What you can do with signing up
1