개발모음집

Node.JS : WebStorm “require”사용시 Unresolved function or method Error 본문

client

Node.JS : WebStorm “require”사용시 Unresolved function or method Error

void 2019. 11. 27. 10:00

1. Node.JS : WebStorm “require”사용시 Unresolved function or method
2. const path = require('path'); =>  Node.js coding assistance is disabled


이 두 에러는 preferences - node.js and NPM 에서 coding assistance for Node.js 체크해주면 된다.