-
-
```
npm install react-bootstrap-select --save
npm WARN peerDependencies The peer dependency react@^0.12.2 included from react-bootstrap-select will no
npm WARN peerDependencies longer be automatically…
-
Hi @tjwebb, I found this project in [a comment](http://www.smashingmagazine.com/2015/11/sailing-sails-js-mvc-style-framework-node-js/#comment-1285615) of this [article](http://www.smashingmagazine.com…
-
OK,
So I'm trying to set up Sails with `sails-postgres`, `sails-permissions`, and `sails-auth`. I'm really confused about the version mismatches everyone, some in issues dating back to October.
1. Wha…
-
i'm executing this command **yo trails:model Customer** and i get this error, same error for the others generators
```
module.js:328
throw err;
^
Error: Cannot find module 'yeoman-generator/…
-
-
I installed the generator and then create the app like below
```
$ npm install -g generator-trails
$ mkdir myApp; cd myApp
$ yo trails
$ npm start
```
And i got this error `Cannot find module './mai…
-
Copied from #53
```
C:\Users\M7\trails-demo2>npm start
> trails-demo-2@0.0.0 start C:\Users\M7\trails-demo2
> node server.js
info: Starting...
debug: trails event: trails:start
verbose: Trailpacks…
-
Trails should support i18n from the beginning, and as such should be included in the core. It will likely be the only dependency included in the core, possibly ever.
-
#### Issue Description
Actually it's not possible to write Trails files (api/config) with TypeScript or CoffeeScript format. A trailpack can't do it because when Trails start nothing was load (becaus…