获取' AJV不是构造函数mini-css-track-plugin'每当使用NPM安装软件包时出错
每当我尝试从NPM安装软件包时,我都会收到以下错误: AJV不是构造函数,Mini-CSS-Ixtract-Plugin
由于此错误,我的项目现在停止了,我无法下载任何新软件包。 这仅在我删除Node_modules并重新安装它时才有效,但是如果我下载新软件包,则会再次发生同样的情况! 感谢您的帮助
whenever I'm trying to install a package from npm I'm getting the following error :ajv is not a constructor , mini-css-extract-plugin
My project is now stopped due to this error I can't download any new package.
This only works if I deleted node_modules and reinstalled it but the same happens again if I download a new package!
Thanks for helping
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
NPM安装-Save-DEV AJV
更新AJV应将其修复。
npm install --save-dev ajv
updating Ajv should fix it.