我在我的angular6项目中包含了diff2html npm软件包,当我编译它时,我得到了:
ERROR in ./node_modules/diff2html/src/hoganjs-utils.js
Module not found: Error: Can't resolve 'path' in
'C:\codes\XXX\node_modules\diff2html\src'
你知道是什么原因造成的吗?
我尝试添加
"scripts": [
"node_modules/diff2html/dist/diff2html.min.js"
]
转到angular.cli,但这没有帮助