OfficeAddin:: localhost:3000 host access error - debug

 

# uninstall
npx office-addin-dev-certs uninstall
 
npx office-addin-dev-certs install
npx office-addin-dev-certs verify
 
# package.json
"start": "office-addin-debugging start manifest.xml",
"dev-server": "webpack-dev-server --mode development --disable-host-check",
 
 
# npm update
npm outdated --long




댓글