trails
trails copied to clipboard
:evergreen_tree: Modern Web Application Framework for Node.js.
Hello, I'm using Trails for the first time, when I type npm start in the terminal I have no answer. > @ 0.0.0 start /var/projects/sources/trails-hello-world > node server.js
#### Issue Description Error during first time installation #### Environment - node version: 8.9.4 - trails version: Latest - operating system: Windows 10
#### Description Hello there. sorry for creating this pull request. for a while i was following you guys and i liked the idea behind trails js. But there is a...
I have setup a trails application through yo trails.But when I start my application It is giving me this error. I have installed fresh application  #### Environment - node...
#### Issue Description Hi, I have a problem with my installation... https://imgur.com/a/R5l8KER https://pastebin.com/9HgkrWeS 9 http fetch GET 404 https://registry.npmjs.org/trailpack-other 1169ms 10 silly fetchPackageMetaData error for trailpack-other@^3 404 Not Found: trailpack-other@^3...
@jaumard I think I found another issue with the config. On [trailpack-koa](https://github.com/matteozambon89/trailpack-koa) I have: ``` // index.js ... configure() { ... // line 56 this.app.config.set('web', result[1]) ... } ... ```...
In TS when we want to use external js library, we need some specific file definition used by TS to compile correctly. Those file are called "typings" definition, Have `.d.ts`...
#### 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...
Hi there I'm trying to get a project up and running using trails but I can't seem to install it. I've done `npm install -g yo generator-trails` which works fine...
#### Issue Description When setting NODE_ENV=worker, main.packs = [ ] has no effect, old packs list is still loaded. #### Environment - node version: 7.5 - trails version: 2 -...