Just creating a new forge uikit app and unable to deploy. I’m not changing any code, just creating a new jira issue panel with uikit.
Getting this message when deploying: Error: Bundling failed: Module not found: Error: Can’t resolve ‘@forge/resolver’ in ‘…\src\resolvers’
When running this command: npm install @forge/resolver
I get this message: npm ERR! notarget No matching version found for @atlaskit/media-viewer@49.4.3.
Checking the media-viewer and found the newest version of media viewer is 49.4.2
@bitrey that’s right - there was a problem yesterday with the forge create function not getting the dependencies correctly for UI Kit apps, and causing the npm install that runs as part of forge create to fail.
This resulted in an error when you tried to deploy (or in fact when running an npm install to try and fix the issue). We resolved the underlying problem, and the fix for affected apps is to run npm install.
For UI Kit apps created after the fix, you won’t need to perform the extra step, and once you’ve run the extra step once you won’t need to do it again.