Awesome project - just what i've been looking for!
Example 26 compiles ok - until you add a model to the project!
error: Trying to use unknown adapter, "sails-disk", in model `testmodel`.
error: Are you sure that adapter is installed in this Sails app?
error: If you wrote a custom adapter with identity="sails-disk", it should be in this app's adapters directory.
error: Otherwise, if you're trying to use an adapter named `sails-disk`, please run `npm install sails-disk@0.11.x`
Repro:
Start with example 26-sails
npm install to get dependencies
add testmodel.js to api/model/
Awesome project - just what i've been looking for!
Example 26 compiles ok - until you add a model to the project!
Repro: Start with example 26-sails npm install to get dependencies add testmodel.js to api/model/
Compile and run