-
Don't know if it's currently possible, but it can be nice when a trailpack needs to override some files, to let the user know which trailpack needs to override the files. This will help the user to un…
-
Under https://github.com/trailsjs/trailpack-hapi/blob/master/index.js in validate method you test `this.app.packs` but is not define you should test `this.app.config.main.packs` or change the core to …
-
`server.js` and `index.js` use the following functions aliases which have been deprecated. The new aliases are shown after the arrows.
`_.contain` => `_.includes`
`_.pluck` => `_.map`
`_.unique` => …
-
The current trails generator works for creating new trails apps (https://github.com/trailsjs/generator-trails). We need to build an analog for trailpacks that generates the stuff in trailpack/archetyp…
-
The usage references
```
// config/trailpack.js
```
Was this file renamed to main.js?
-
bitHound discovered: 1 unused package. 1 npm package is requiring the latest version. 1 outdated package. For details go to bitHound.
-
In order to generate a working default project with the generator, we need the i18n configuration and a default template engine.
i18n is already on master but PR is needed for template engine https:…
-
replicate:
```
i18n.init()
```
works:
```
i18n.init({})
```
error message:
```
TypeError: Cannot read property 'compatibilityAPI' of undefined
```
[occurences](https://github.com/i18next/i18next…
arve0 updated
8 years ago
-
Copied from trailsjs/trails#53. Thank you @muxahuk
trying generate controller gives the same error:
```
C:\Users\M7\trails-demo2>yo trails:controller Main
module.js:328
throw err;
^
Error: C…
-
Attempting to run basic installation of trails, fails on npm start under Windows 10.
Output of "npm start" command: http://pastebin.com/qpknnM5n
config/footprints.js shows the "prefix" set to "/api/…