As an alternative, simply import the Lodash module as a variable: sails> var lodash = require('lodash'); sails> console.log(lodash.range(1, 5)); ...
確定! 回上一頁