我尝试在next js中使用express,但是当我尝试示例化express时出现错误:
const express = require('express');
错误:
Module not found: Can't resolve 'async_hooks' in 'C:\Users\<user>\<project>\node_modules\on-finished'
Module not found: Can't resolve 'async_hooks' in 'C:\Users\<user>\<project>\node_modules\raw-body'
编辑注解:
我已经试过npm i
了
我使用节点4.19.0和表达式4.18.2。
当我运行npm install -g npm@latest
时,它说不允许该操作。
1条答案
按热度按时间emeijp431#
安装最新的nodejs和npm版本,或者您可以运行以下命令