WebStorm says console is an unresolved variable

前端 未结 5 1504
旧时难觅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条回答
  •  旧时难觅i
    2020-12-20 11:40

    For me worked to change Javascript Language Version to ECMAScript 6 in

    File > Settings > Languages & Frameworks > Javascript
    

    PhpStorm v.2017.2

提交回复
热议问题