Last active
January 14, 2017 01:17
-
-
Save andkon/cc83132abe90b14f6da43c58b31206b7 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"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" | |
} | |
} |
This file contains 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
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