Roman Vasilev

Results 51 issues of Roman Vasilev

https://github.com/shyiko/typescript-boilerplate

Trying to run in workspace root directory ``` posix.resolve(process.cwd(), "package.json") ``` Resolves to: ``` '/Dev/monorepo-playground/X:\\Dev\\monorepo-playground/package.json' ``` Next `require` fails with error `Error: Cannot find module`

\node_modules\typescript-register\index.js:133 var result = checker.emitFiles(); ^ TypeError: checker.emitFiles is not a function

Can you add caching for static files, seems that this module https://github.com/isaacs/st wil be easy to integrate.

Subj. I don't know is expected or not.

needs-feedback

How to repeat var fs = require("fs"); var JSONStream = require("JSONStream"); var es = require("event-stream"); var request = require("request"); // Read File fs.createReadStream("input/people.json") // Turn Into JSON Array String .pipe(JSONStream.stringify())...

gulp is using [liftoff](https://github.com/js-cli/js-liftoff) under the hood, which means gulpfile can be written in any language (ts - TypeScript, coffee - coffeescript) See list of supported extensions - https://github.com/gulpjs/interpret

``` node v8.11.3 Win 8.1 [email protected] ``` ``` > run eslint npm run eslint events.js:183 throw er; // Unhandled 'error' event ^ Error: spawn npm ENOENT at _errnoException (util.js:992:11) at...

index.js ~ line 61 ``` const db = lowdb(new Adapter(file)); // db = Promise db._ - undefined error ```

``` require("./ ``` It is always starts showing directories from root of disk. Environment: Version: 0.3.2 Sublime: 3101