Skip to content

Instantly share code, notes, and snippets.

@andkon
Last active January 14, 2017 01:17
Show Gist options
  • Save andkon/cc83132abe90b14f6da43c58b31206b7 to your computer and use it in GitHub Desktop.
Save andkon/cc83132abe90b14f6da43c58b31206b7 to your computer and use it in GitHub Desktop.
{
"name": "TaskApp",
"version": "0.0.1",
"description": "Use Realm Object Server's event-handling capabilities to react to new tasks and perform NLP on them.",
"main": "index.js",
"author": "Realm",
"dependencies": {
"realm": "file:realm-1.0.0-BETA-3.0-professional.tgz",
"node-wit": "^4.2.0"
}
}
mkdir nodedemo
cd nodedemo
npm install
/root/nodedemo
└── [email protected]
npm WARN Failed to parse json
npm WARN Unexpected token ' ' at 4:82
npm WARN on": "Use Realm Object Server's event-handling capabilities to react
npm WARN ^
npm WARN File: /root/nodedemo/package.json
npm WARN nodedemo No description
npm WARN nodedemo No repository field.
npm WARN nodedemo No README data
npm WARN nodedemo No license field.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment