Steven

Results 553 comments of Steven

Hi Boris, This is expected and forking is the desired behavior. This project is an example to show you how to build your own generator. Every project should have a...

> But I wonder if folks would game this by just getting in trivial things like copyright year updates into popular projects Hey I do this but I'm not trying...

Bummer...that button is so hard to click on mobile. 😞 ![image](https://user-images.githubusercontent.com/229881/29077598-7b6b4b2e-7c26-11e7-8f8b-7e16e4e14cb5.png) I usually click the article title on accident several times.

I get this when installing on _Windows Server 2012 R2 Datacenter_. ![image](https://cloud.githubusercontent.com/assets/229881/16960172/4c2fa156-4db6-11e6-9c7c-cbce3c0c8f5b.png)

https://github.com/cheeaun/repokemon/issues/6#issuecomment-234540632

I think we originally thought this was a [ncc bug](https://github.com/zeit/ncc/issues/291) with broken typescript `paths`. But I confirmed it [works fine](https://github.com/zeit/ncc/issues/291#issuecomment-476195212) with ncc 🤔 The [canary builder](https://github.com/zeit/now-builders/pull/312) has improved error messages...

Hi @liamdanielduffy thanks for the repro steps. I'm surprised `now dev` works if `now` does not. It looks like you don't even have `typescript` as a dependency so `ncc` is...

@liamdanielduffy Yes I was able to reproduce with https://github.com/liamdanielduffy/now-tsconfig-paths-reproduction It fails with `now` but works with `now dev`.

@liamdanielduffy Thanks gain for the repro steps. Sorry, I can't give a timeline for a fix. If you would like to submit a PR to fix this I would be...

@liamdanielduffy Great! In this case you can test using actual deployments by cloning the repo and adding a folder to the [fixtures](https://github.com/zeit/now-builders/tree/canary/packages/now-node/test/fixtures) with your failing test. Be sure to add...