When ArcGIS Web AppBuilder (WAB) is locally installed, the watch version in server/package.json file must be the version name like 'watch': '0.16.0'.
上次发布: April 27, 2016ArcGIS Web AppBuilder developer edition
漏洞 ID 编号
BUG-000095124
已提交
March 21, 2016
上次修改时间
September 9, 2025
适用范围
ArcGIS Web AppBuilder developer edition
找到的版本
1.3
操作系统
Windows OS
操作系统版本
2012
修正版本
Dev 2.0
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
The issue could be resolved by pointing the local version of watch as below:Old: "watch": "<a href="https://github.com/mikeal/watch" target="_blank">https://github.com/mikeal/watch</a>",New: "watch": "0.16.0".For example, to use the local install package of watch rather than trying to go to the GitHub repository.