Skip to content
This repository was archived by the owner on Dec 1, 2019. It is now read-only.

I think you have a stack overflow or something of that nature #92

Closed
andrew-w-ross opened this issue Jan 20, 2016 · 1 comment
Closed

Comments

@andrew-w-ross
Copy link

I get the following error

ERROR in ./app/models/Fund.ts
Module build failed: Error: No output found for /Users/ross/Projects/ksys326/client/app/models/Fund.ts
    at transform (/Users/ross/Projects/ksys326/node_modules/awesome-typescript-loader/dist.babel/index.js:171:39)
    at _callee2$ (/Users/ross/Projects/ksys326/node_modules/awesome-typescript-loader/dist.babel/index.js:218:42)
    at tryCatch (/Users/ross/Projects/ksys326/node_modules/babel-regenerator-runtime/runtime.js:61:40)
    at GeneratorFunctionPrototype.invoke [as _invoke] (/Users/ross/Projects/ksys326/node_modules/babel-regenerator-runtime/runtime.js:329:22)
    at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (/Users/ross/Projects/ksys326/node_modules/babel-regenerator-runtime/runtime.js:94:21)
    at step (/Users/ross/Projects/ksys326/node_modules/awesome-typescript-loader/dist.babel/index.js:30:41)
    at onfulfill (/Users/ross/Projects/ksys326/node_modules/awesome-typescript-loader/dist.babel/index.js:17:17)
    at tryCatcher (/Users/ross/Projects/ksys326/node_modules/bluebird/js/main/util.js:26:23)
    at Promise._settlePromiseFromHandler (/Users/ross/Projects/ksys326/node_modules/bluebird/js/main/promise.js:507:31)
    at Promise._settlePromiseAt (/Users/ross/Projects/ksys326/node_modules/bluebird/js/main/promise.js:581:18)
    at Promise._settlePromiseAtPostResolution (/Users/ross/Projects/ksys326/node_modules/bluebird/js/main/promise.js:245:10)
    at Async._drainQueue (/Users/ross/Projects/ksys326/node_modules/bluebird/js/main/async.js:128:12)
    at Async._drainQueues (/Users/ross/Projects/ksys326/node_modules/bluebird/js/main/async.js:133:10)
    at Immediate.Async.drainQueues [as _onImmediate] (/Users/ross/Projects/ksys326/node_modules/bluebird/js/main/async.js:15:14)
    at processImmediate [as _immediateCallback] (timers.js:383:17)
 @ ./app/services/SearchService.ts 7:13-38

If I comment out that section the error will just switch to a new file. I've tried it several times and each higher up in the hierarchy (the file that required that file) will get the error. It helps if I set it to "useCache":true but that it'll break if I include all my files again.

@andrew-w-ross
Copy link
Author

Nevermind turns out it's a repeat of #9

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant