You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you say why you'd want that? Just for installation and updating with npm i -g?
I don't think we'd want to publish a package for this until we've figured something out for #1, and we'd also need to do something different for translator storage. Right now we use a translators directory at modules/translators by default, but if you're installing this globally and it's ending up in ~/node_modules/translation-server, that's not really something we can write to. So then it seems like we're getting into either OS-specific cache folders or a convention like ~/node_modules/.cache/translation-server (as in https://github.com/avajs/find-cache-dir).
Great project! Could you publish versioned releases as npm packages?
The text was updated successfully, but these errors were encountered: