GitbookIO / nuts

:chestnut: Releases/downloads server with auto-updater and GitHub as a backend
http://nuts.gitbook.com
Apache License 2.0
1.25k stars 299 forks source link

[Version not found: latest] on my own server #130

Open ghost opened 7 years ago

ghost commented 7 years ago

Hi , there !

I need to use Nuts as node.js middleware of my own server.

here is my code

var express = require("express");
var Nuts = require("nuts-serve").Nuts;
var nuts = Nuts({
    repository:"CarlosRen/myapps", //  a publick repo
    token:"balabala"
})

app.use('/app',nuts.router);

and this is the error when I visit from browse.

image

Do i need some special operations? wish your help.

PS: my server is windows 10 x64

nhh commented 7 years ago

Same here, i release some files with endings like .exe but the nut does not recognizes this.