node.js - Error: Cannot find module 'internal/linkedlist' in WebStorm -


i have script runs fine when run in terminal node, using webstorm can't run crashes on dependency require line.

i've attempted npm install internal/linkedlist, i've attempted npm cache clean (as recommended in post).

the full stack trace is:

error: cannot find module 'internal/linkedlist' @ function.module._resolvefilename (module.js:485:15) @ function.module._load (module.js:437:25) @ module.require (module.js:513:17) @ require (internal/module.js:11:18) @ object.<anonymous> (/users/harshagoli/library/preferences/webstorm2017.2/javascript/nodejs/8.1.4/core-modules/timers.js:26:11) @ module._compile (module.js:569:30) @ object.module._extensions..js (module.js:580:10) @ module.load (module.js:503:32) @ trymoduleload (module.js:466:12) @ function.module._load (module.js:458:3) 


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -