質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.48%
npm

npmは、Node Packaged Modulesの略。Node.jsのライブラリ・パッケージを管理できるツールです。様々なモジュールを簡単にインストールでき、自分でモジュールを作成し公開する際にも使用できます。

React Native

React Nativeは、ネイティブモバイルアプリ(iOS/Android)を作成できるJavaScriptフレームワークです。Reactと同じ設計のため、宣言的なコンポーネントでリッチなUIを開発することが可能です。

Node.js

Node.jsとはGoogleのV8 JavaScriptエンジンを使用しているサーバーサイドのイベント駆動型プログラムです。

Q&A

0回答

1764閲覧

Expo-cliインストールでiltorbのビルドエラーになる

akarin

総合スコア22

npm

npmは、Node Packaged Modulesの略。Node.jsのライブラリ・パッケージを管理できるツールです。様々なモジュールを簡単にインストールでき、自分でモジュールを作成し公開する際にも使用できます。

React Native

React Nativeは、ネイティブモバイルアプリ(iOS/Android)を作成できるJavaScriptフレームワークです。Reactと同じ設計のため、宣言的なコンポーネントでリッチなUIを開発することが可能です。

Node.js

Node.jsとはGoogleのV8 JavaScriptエンジンを使用しているサーバーサイドのイベント駆動型プログラムです。

0グッド

0クリップ

投稿2019/07/19 08:08

npm install -g Expo-cli実行時に、iltorbのインストールでエラーを吐きます。
どうしたらエラーを解決できるでしょうか。
よろしくお願いいたします。

エラー

npm install -g iltorbとしても同じエラーを吐きます。

$ npm install -g iltorb > iltorb@2.4.3 install C:\Users\hoge\AppData\Roaming\npm\node_modules\iltorb > node ./scripts/install.js || node-gyp rebuild info looking for cached prebuild @ C:\Users\hoge\AppData\Roaming\npm-cache\_prebuilds\c677a8-iltorb-v2.4.3-node-v64-win32-x64.tar.gz http request GET https://github.com/MayhemYDG/iltorb/releases/download/v2.4.3/iltorb-v2.4.3-node-v64-win32-x64.tar.gz http request Proxy setup detected (Host: rep.proxy.nic.fujitsu.com, Port: 8080, Authentication: Yes) Tunneling with httpsOverHttps WARN install tunneling socket could not be established, cause=Client network socket disconnected before secure TLS connection was established C:\Users\hoge\AppData\Roaming\npm\node_modules\iltorb>if not defined npm_config_node_gyp (node "C:\Users\hoge\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\....\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Users\hoge\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild ) このソリューション内のプロジェクトを 1 度に 1 つずつビルドします。並行ビルドを有効にするには、"/m" ス イッチを追加してください。 dictionary.c transform.c bit_reader.c decode.c huffman.c state.c backward_references.c backward_references_hq.c bit_cost.c block_splitter.c brotli_bit_stream.c cluster.c compress_fragment.c compress_fragment_two_pass.c dictionary_hash.c encode.c encoder_dict.c entropy_encode.c histogram.c literal_cost.c memory.c metablock.c static_dict.c utf8_util.c allocator.cc stream_coder.cc stream_decode.cc stream_decode_worker.cc stream_encode.cc stream_encode_worker.cc iltorb.cc win_delay_load_hook.cc C:\Users\hoge.node-gyp\10.14.2\x64\node.lib : fatal error LNK1107: invalid or corrupt fil e: cannot read at 0x4460E6 [C:\Users\hoge\AppData\Roaming\npm\node_modules\iltorb\build\il torb.vcxproj] gyp ERR! build error gyp ERR! stack Error: `C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe` failed with exit code: 1 gyp ERR! stack at ChildProcess.onExit (C:\Users\hoge\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\build.js:262:23) gyp ERR! stack at ChildProcess.emit (events.js:182:13) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:240:12) gyp ERR! System Windows_NT 10.0.17134 gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Users\hoge\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "rebuild" gyp ERR! cwd C:\Users\hoge\AppData\Roaming\npm\node_modules\iltorb gyp ERR! node -v v10.14.2 gyp ERR! node-gyp -v v3.8.0 gyp ERR! not ok npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! iltorb@2.4.3 install: `node ./scripts/install.js || node-gyp rebuild` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the iltorb@2.4.3 install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

環境

  • Windows 10
  • Node.js: 10.14.2
  • npm: 6.5.0
  • windows-build-tools: 4.0.0

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

まだ回答がついていません

会員登録して回答してみよう

アカウントをお持ちの方は

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.48%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問