8
2

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 5 years have passed since last update.

Vue.jsAdvent Calendar 2016

Day 15

WebStorm PHPStorm で node_modules が表示されなくなったら…

Posted at

PHPStorm で node_modules が表示されなくなったので 困っていました。

スクリーンショット 2016-12-13 12.35.21.png

phpstorm node_modules excluded や phpstorm node_modules not showing など、
同様の問題で困っている人も多くいて、ググってみたものの、 2016.02 バージョンでのバグの話だったり、
逆に消したい系の話だったりでよく原因がわからない…

よくよく調べてみるとどうやらPhpStormのVue.js向けプラグインのバグだったようです。

最近、PhpStorm 入れ直したためそこが原因かなぁ…と思いつつ、前使っていたときはそんなことなかったのになぁ…と思ってもう少し調べてみると、どうやらVue.js 向けのプラグインが複数あるよう。

スクリーンショット 2016-12-13 12.43.05.png

node_modules が見えなくなる周りのバグを含んでいるのが vue-for-idea の方で、Vue.js の方は問題なく動作するようです。

IDEA派のVue.js使いの人はお気をつけください。

8
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
8
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?