cronofy / cronofy-node

Node wrapper for the Cronofy API
https://docs.cronofy.com/developers
MIT License
49 stars 23 forks source link

Note able to run cronofy-node #51

Closed VivekIshir closed 6 years ago

VivekIshir commented 6 years ago

@warbrett HI , I am not able to run the Code https://github.com/cronofy/cronofy-node

Steps Fallowed:

Clone the Code install npm npm test getting error

image

stephenbinns commented 6 years ago

What is the output of npm test it looks like you've closed it before it has executed.

VivekIshir commented 6 years ago

in package.json

"scripts": { "prepublish": "npm test", "test": "./node_modules/mocha/bin/mocha", "start": "node ./src/index.js" },

image

stephenbinns commented 6 years ago

Fixed in master now