Skip to content

Instantly share code, notes, and snippets.

@Nathan-Nesbitt
Created May 13, 2020 17:49
Show Gist options
  • Save Nathan-Nesbitt/9efa467b8526886a2a0a9ab7cd915579 to your computer and use it in GitHub Desktop.
Save Nathan-Nesbitt/9efa467b8526886a2a0a9ab7cd915579 to your computer and use it in GitHub Desktop.
# Check to see if we have node and npm installed
node --version
npm --version
# We can then initialize our project using npm
npm init
# Installs the driver
npm install neo4j-driver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment