Atlas-connect command not found

Trying to install atlas-connect following these instructions

https://developer.atlassian.com/cloud/confluence/getting-started/#install-ace

I can’t get the command to work, cmd logs below

C:>node -v
v8.11.1

C:>npm -v
5.6.0

C:>npm install -g atlas-connect
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
C:\Users\coops\AppData\Roaming\npm\atlas-connect-new → C:\Users\coops\AppData\Roaming\npm\node_modules\atlas-connect\bin\atlas-connect-new
C:\Users\coops\AppData\Roaming\npm\atlas-connect → C:\Users\coops\AppData\Roaming\npm\node_modules\atlas-connect\bin\atlas-connect

  • atlas-connect@0.6.6
    updated 1 package in 13.717s

C:>atlas-connect --help
‘atlas-connect’ is not recognized as an internal or external command,
operable program or batch file.

Any pointers?

Hi @pcooper1979

Can you verify that it is actually installed in the npm folder underneath C:\Users\coops\AppData\Roaming

And can you check your windows Path system variable to be sure that the path includes the atlas-connect folders?

It was installed but the PATH variable wasn’t there, Adding the path solved the problem

Thank you

1 Like

If you have npm >= 5.2.0, prefix the command with npx, no change to path necessary:

npx  atlas-connect --help