Hello World Addin fails at step - "npm start"

This was very frustrating. I figured out how to solve the problem, I hope this get’s fixed soon. I imagine this will be a problem for many people…

Search “events.js:183” you will see there is a problem with Google Chrome (recent versions).

  1. Uninstall Google Chrome
  2. Restart Computer
  3. Delete the “node_modules” folder from confluence-helloworld-addon.
  4. Run “npm install” in CMD. (As in Hello World instructions)
  5. Run “npm start” in CMD.

Further reading:

1 Like