[ERROR] # Node.js - return process.dlopen(module, path.toNamespacedPath(filename));

yellowbutter·2024년 6월 16일

에러⚒️

목록 보기
4/4
post-thumbnail

Node.js에서
return process.dlopen(module, path.toNamespacedPath(filename)); 에러가 났다.

해결방법

$ rm -rf node_modules/
$ npm update

명령어가 되지 않을경우에는 node_modules 삭제하고
npm update하면 된다.

profile
기록은 희미해지지 않는다 🐾🧑‍💻

0개의 댓글