LoginSignup
1
1

More than 5 years have passed since last update.

nw.jsでdevtoolsが表示されない

Posted at

nw.jsでGoogle developer toolが表示されなかった。
どうやらsdkバージョンをインストールしないとけないとのこと。

バージョンを指定してインストール

$ npm install nw@0.18.0-sdk --save-dev

無事にcmd option + i (windowsの場合はF12) でデベロッパーツールを表示できた。

参考

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