atsid/napalm

View on GitHub

Showing 1 of 1 total issue

Function exports has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function (req, res) {
    var path = "stage/" + req.params.lib + "/" + req.params.version
        , package = req.params.lib + "@" + req.params.version
        , stagePath = path + "/node_modules/" + req.params.lib
        , cwd = process.cwd()
Severity: Minor
Found in syncmodule.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language