I’m trying to built Jira Panel add-on with UI Kit 2 but getting error
**Error:** Bundling failed: Module not found: Error: Can't resolve '@forge/resolver'
I tried running npm install @forge/resolver@latest but getting error
npm ERR! code ECONNRESET
npm ERR! errno ECONNRESET
npm ERR! network request to https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.7.tgz failed, reason: Client network socket disconnected before secure TLS connection was established
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly. See: 'npm help config'
npm ERR! A complete log of this run can be found in:
BTW while creating the base app process hangs and never finishes