Node.js 错误:找不到模块';内部/链接列表';在网络风暴中

Node.js 错误:找不到模块';内部/链接列表';在网络风暴中,node.js,npm,webstorm,Node.js,Npm,Webstorm,我有一个脚本,在terminal with node中运行时可以正常运行,但使用WebStorm无法正常运行,因为它在依赖项要求行上崩溃 我尝试了npm安装internal/linkedList,我还尝试了npm缓存清理(正如另一篇文章中建议的那样) 完整堆栈跟踪是: Error: Cannot find module 'internal/linkedlist' at Function.Module._resolveFilename (module.js:485:15) at Function.

我有一个脚本,在terminal with node中运行时可以正常运行,但使用WebStorm无法正常运行,因为它在依赖项要求行上崩溃

我尝试了
npm安装internal/linkedList
,我还尝试了
npm缓存清理
(正如另一篇文章中建议的那样)

完整堆栈跟踪是:

Error: Cannot find module 'internal/linkedlist'
at Function.Module._resolveFilename (module.js:485:15)
at Function.Module._load (module.js:437:25)
at Module.require (module.js:513:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/Users/harshagoli/Library/Preferences/WebStorm2017.2/javascript/nodejs/8.1.4/core-modules/timers.js:26:11)
at Module._compile (module.js:569:30)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:503:32)
at tryModuleLoad (module.js:466:12)
at Function.Module._load (module.js:458:3)
错误:找不到模块“内部/链接列表”
位于Function.Module.\u解析文件名(Module.js:485:15)
在Function.Module.\u加载(Module.js:437:25)
at Module.require(Module.js:513:17)
根据需要(内部/module.js:11:18)
反对。(/Users/harshagoli/Library/Preferences/WebStorm2017.2/javascript/nodejs/8.1.4/core modules/timers.js:26:11)
在模块处编译(Module.js:569:30)
在Object.Module.\u extensions..js(Module.js:580:10)
在Module.load(Module.js:503:32)
在tryModuleLoad时(module.js:466:12)
在Function.Module.\u加载(Module.js:458:3)

查看源代码或链接会有所帮助。否则我们无法复制它。您在webstorm中运行应用程序时使用的Node.js版本是什么?请参阅以获取一些提示