-
```sh
> trailblazer@0.0.0 start /home/jamrizzi/Projects/trailblazer
> node node_modules/babel-cli/bin/babel-node server.js
module.js:540
throw err;
^
Error: Cannot find module 'trail…
-
#### Issue Description
On package.json it say
```
"engines": {
"node": ">= 7.6.0",
"npm": ">= 3.10.0"
},
```
But dependency joi is in version 13 witch is compatible node >=8.9.0. …
-
Don't know if it's possible or if it will works but something like this will be cool :
```
/**
* DefaultController class
* @Policy("Default.auth") or @Policy(["Default.auth", "Default.acl"])
…
-
When a PR is made on Trails, it could be nice to have a unit test who test if the generator-trails generate a working project.
Like this if a file is removed or added the generator-trails can test if…
-
When generating a new trails app, the trail packs that get inserted into main.js (orm and blueprint) are not indented.
-
I am trying to use ejs with trails but i keep on getting this error
**Cannot render view without a views manager configured**
Here's my `views.js`
``` javascript
module.exports = {
views: {
en…
-
#### Issue Description
Scoped Packages
The general consensus is to move from tagged releases to eg. `v2-latest` to normal version numbers. This is going to take a fair bit of work to do this so it…
-
Not work for me
node 4.4.4, express 4
When I change text I have message in console, but web page does not change. Nodemon work fine
index(req, res) { res.send('Text') }
trails > info: App reloaded wi…
-
Current project supports many data storage solutions. Is it possible to have trail-pack for firebase (google)
-
-#### yo trails fails to user select express, only hapi gets installed. I installed lastest npm install -g yo generator-trails
#### Environment
- node version: 5.12.0 / npm 3.9.3
- trails version: 1…