Hello,
I’m new in the Forge world and going through the examples page of Forge apps for Jira.
I’m trying to deploy the subtaskOf() jql app (https://developer.atlassian.com/platform/forge/example-apps-jira/#jql-function—subtaskof–)
I downloaded the source code from Atlassian repo (https://bitbucket.org/atlassian/forge-jql-function-subtaskof/src/master/).
I did the ‘forge register’ first and then while running ‘forge deploy’, I’m got the following error:
Error:
Bundling failed:
Module not found: Error: Can’t resolve ‘@forge/api’ in ‘C:\Users\azary\Documents\Forge\Dev\forge-jql-function-subtaskof\src’,
Module not found: Error: Can’t resolve ‘@forge/resolver’ in ‘C:\Users\azary\Documents\Forge\Dev\forge-jql-function-subtaskof\src’,
Module not found: Error: Can’t resolve ‘@forge/api’ in ‘C:\Users\azary\Documents\Forge\Dev\forge-jql-function-subtaskof\src’,
Module not found: Error: Can’t resolve ‘@forge/api’ in ‘C:\Users\azary\Documents\Forge\Dev\forge-jql-function-subtaskof\src’,
Module not found: Error: Can’t resolve ‘@forge/kvs’ in ‘C:\Users\azary\Documents\Forge\Dev\forge-jql-function-subtaskof\src’,
Module not found: Error: Can’t resolve ‘@forge/events’ in ‘C:\Users\azary\Documents\Forge\Dev\forge-jql-function-subtaskof\src’
In former cases I had, I saw some recommendation to run the ‘forge instal’ and then try the deploy again - it didn’t help in this case.
Thanks,
Yaron