Hello world Deploy Error

Hi,
Building simple Hello world app to deploy and test
https://developer.atlassian.com/platform/forge/build-a-hello-world-app-in-jira/

Steps followed for deployment

CMD> Forge Login > … did the basics > Forge deply

Error in deployment

Error details

  Manifest passed common validations
  Manifest doesn't have forbidden modules
  Manifest passed function names validations
i Snapshotting functions
  Deployment failed with unknown error

Error: Deployment failed

Error: Deployment failed
    at ArtifactDeployer.handleErrorEvent (C:\Users\GhostUser\AppData\Roaming\npm\node_modules\@forge\cli\out\deploy\deployer\deployer.js:135:15)
    at ArtifactDeployer.pollAndCheckEvents (C:\Users\GhostUser\AppData\Roaming\npm\node_modules\@forge\cli\out\deploy\deployer\deployer.js:61:18)
    at processTicksAndRejections (node:internal/process/task_queues:94:5)
    at async ArtifactDeployer.monitorDeployment (C:\Users\GhostUser\AppData\Roaming\npm\node_modules\@forge\cli\out\deploy\deployer\deployer.js:72:28)
    at async ArtifactDeployer.deploy (C:\Users\GhostUser\AppData\Roaming\npm\node_modules\@forge\cli\out\deploy\deployer\deployer.js:36:9)
    at async PackageUploadDeployCommand.execute (C:\Users\GhostUser\AppData\Roaming\npm\node_modules\@forge\cli\out\deploy\package-upload-deploy.js:14:9)
    at async CommandLineUI.displayProgress (C:\Users\GhostUser\AppData\Roaming\npm\node_modules\@forge\cli\node_modules\@forge\cli-shared\out\ui\command-line-ui.js:44:28)
    at async DeployView.reportDeploymentProgress (C:\Users\GhostUser\AppData\Roaming\npm\node_modules\@forge\cli\out\command-line\view\deploy-view.js:31:24)
    at async DeployController.run (C:\Users\GhostUser\AppData\Roaming\npm\node_modules\@forge\cli\out\command-line\controller\deploy-controller.js:58:27)
    at async Command.actionProcessor (C:\Users\GhostUser\AppData\Roaming\npm\node_modules\@forge\cli\out\command-line\command.js:60:32)

Hi @Swat,

This error looks similar to one that occurs for users using node v15, if you are using node v15 try downgrading to node v14. Hope that helps :slightly_smiling_face:.