reinstall truffle to get the latest version
npm uninstall -g truffle npm install -g truffle truffle version # Truffle v4.0.4 (core: 4.0.4)
init the project
mkdir -p /path/to/chainlist/ && cd $_ truffle unbox pet-store