1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Windows10にaglioをインストールしたかっただけなのに

Last updated at Posted at 2021-04-15

Windows10環境でaglioを使ってAPI BlueprintをHTMLにしたかったけれど、エラーが出てだいぶハマった結果なんとか使えるようになったので共有。

ハマったパターン

Node.js(v14.16.1)をインストーラーでインストール
おもむろにaglioをグローバルインストール

npm install -g aglio

結果

悲しみのException

gyp ERR! UNCAUGHT EXCEPTION

やったこと

  • Node.jsのアンインストール

    • スタートメニューからアンインストーラーを実行
  • nodistのインストール

  • バージョンを指定してインストール
    ※ 8以降でもいけるかも。最新だとエラーが発生した。

nodist + 8.17.0
nodist npm 6.13.4

おもむろに

npm install -g aglio

成功

結局??

Node.jsのバージョンが新しすぎた
Visual Studio Build Tools が古すぎた

ということっぽい

(追記)

PowerShellでnodistを動かす時に「このシステムではスクリプトの実行が無効になっているため、~」というメッセージが出て動かなかったことがありました。
下記の記事が参考になりました。
ありがとうございます。

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?