WebStorm says console is an unresolved variable

前端 未结 5 1500
旧时难觅i
旧时难觅i 2020-12-20 10:53

For some reason WebStorm says that the global console variable in javascript is unresolved. How can I resolve this?

I am using Node.js

5条回答
  •  执念已碎
    2020-12-20 11:27

    the solution for WebStorm 6.* is to enable 'HTML' library in Settings/javascript/Libraries (same for WebStorm 7.0.1)

提交回复
热议问题