Giter Club home page Giter Club logo

Comments (5)

bredikhin avatar bredikhin commented on August 15, 2024

Which version of Sails?

from barrels.

gutenye avatar gutenye commented on August 15, 2024

0.12.3

Where to put the first part the of code?

from barrels.

gutenye avatar gutenye commented on August 15, 2024

Actually, the error is

/Users/guten/a/sails/hello/node_modules/barrels/index.js:131
    var Model = sails.models[modelName];
                ^

ReferenceError: sails is not defined
    at /Users/guten/a/sails/hello/node_modules/barrels/index.js:131:17
    at /Users/guten/a/sails/hello/node_modules/barrels/node_modules/async/lib/async.js:181:20
    at Object.async.forEachOf.async.eachOf (/Users/guten/a/sails/hello/node_modules/barrels/node_modules/async/lib/async.js:233:13)
    at Object.async.forEach.async.each (/Users/guten/a/sails/hello/node_modules/barrels/node_modules/async/lib/async.js:209:22)
    at Barrels.populate (/Users/guten/a/sails/hello/node_modules/barrels/index.js:130:51)
    at Object.<anonymous> (/Users/guten/a/sails/hello/fixtures.js:9:17)
    at Module._compile (module.js:541:32)
    at Object.Module._extensions..js (module.js:550:10)
    at Module.load (module.js:458:32)
    at tryModuleLoad (module.js:417:12)

I did not find barrels require("sails") in source files.

from barrels.

bredikhin avatar bredikhin commented on August 15, 2024

To be honest, it was never tested with 0.12.x. For previous versions, it was operating under assumption that sails variable is globalized.

from barrels.

gutenye avatar gutenye commented on August 15, 2024

I found a solution, not the best but works

var sails = require("sails")
var rc = require("rc")
var Barrels = require("barrels")

sails.lift(rc("sails"), err => {
  new Barrels().populate(err => {
    console.log(err)
  })
})

from barrels.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.