Closed marcosPerezRubio closed 8 years ago
Do you mean this branch? https://github.com/bluejamesbond/Scribe.js/tree/dev
Yup, my points is that the command should be:
git clone https://github.com/bluejamesbond/Scribe.js --branch dev --single-branch && cd Scribe.js && npm install && npm run babel-node ./examples/simple-server.js
I updated it as such. Thank you. I'm closing this issue. Please reopen as necessary
In description there is written the following command to try the new version of the logger:
git clone https://github.com/bluejamesbond/Scribe.js --branch es6 --single-branch && cd Scribe.js && npm install && npm run babel-node ./examples/simple-server.js
But i get an error saying that there is no branch named es6, so i suppose that is the dev branch instead.