【发布时间】:2019-10-06 13:09:50
【问题描述】:
我的代码是使用 angular CLI 7.3.1 编写的,当我尝试使用 ng build 构建时,出现以下错误
ERROR in ./node_modules/xhr2-cookies/dist/xml-http-request.js
Module not found: Error: Can't resolve 'http' in '/home/User/Desktop/fy_project_blockchain/angularSwarm/node_modules/xhr2-cookies/dist'
ERROR in ./node_modules/xhr2-cookies/dist/xml-http-request.js
Module not found: Error: Can't resolve 'https' in '/home/User/Desktop/fy_project_blockchain/angularSwarm/node_modules/xhr2-cookies/dist'
我已尝试删除 xhr2-cookies 并重新安装它。我也尝试安装http https模块,在xml-http-request.js文件中给出模块的路径,但它仍然给我同样的错误。任何帮助将不胜感激。
【问题讨论】:
标签: angular http https xmlhttprequest angular-cli