Getting started - don't have npx

Hi @Joe,

npx was added to npm from v5.2.0, I assume that you could be using an older version of npm and if you want to use npx you can upgrade npm.

I use the following versions:

  • node --version v10.16.0
  • npm --version 6.10.0

Please note, we can't currently use node 12 with Truffle. We need to use node 10 or node 11.

If you are not already, you may want to consider using a node version manager to install and switch between versions of node.
https://npm.github.io/installation-setup-docs/installing/using-a-node-version-manager.html