获取<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<input type="text" value="aa" id="enable" />
<input type="text" value="" id="delete" />
<h1 class="activeyes"> List</h1>
return process.dlopen(module, path._makeLong(filename))
答案 0 :(得分:5)
我知道有点晚了,但这对我有用。
发出这些命令以帮助您删除/删除项目模块,然后更新它们
$rm -rf node_modules/
$npm update
答案 1 :(得分:1)
您只需要更新节点和npm软件包的最新版本即可。
$nvm install --lts // For install Node latest version
$npm update // For update all NPM packages in latest version
$nvm alias default **versionName** // For steup node default version of your PC or server```
答案 2 :(得分:0)
删除 node_modules 文件夹并使用 npm install 以管理员身份重新安装依赖项