Created
May 13, 2020 17:49
-
-
Save Nathan-Nesbitt/9efa467b8526886a2a0a9ab7cd915579 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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