LoginSignup
2
2

More than 5 years have passed since last update.

apm loginすると`EINVAL, invalid argument`で止まる

Posted at

環境

  • Windows7 Prosessional(32bit)
  • Atom1.0.9
  • apm1.0.4
  • apm 2.13.3
  • node 0.10.40
  • MINGW32

実行

$ apm login
Welcome to Atom!

Before you can publish packages, you'll need an API token.

Visit your account page on Atom.io https://atom.io/account,
copy the token and paste it below when prompted.

EINVAL, invalid argument

token入力できない。

解決策

--tokenオプションを使う

$ apm login --token MY_ATOM_TOKEN

2
2
0

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
  3. You can use dark theme
What you can do with signing up
2
2