Nadav Dav

Results 12 comments of Nadav Dav

you could create a small proxy the removes the X-FRAME header. checkout https://www.npmjs.com/package/http-proxy#setup-a-stand-alone-proxy-server-with-proxy-request-header-re-writing

@fny @mmahalwy Great ideas :) I love it how it could be a simple fix, that will give an almost instant solution. Even though I think it will make a...

Hi Luke! I'm trying to figure this one out, it seems that the `paths` object might be different on windows (maybe a nodejs version issue) and/or there is an issue...

Dude, great job! :+1: Well, if npm v3 is installing everything in a flat model, then ``` existingPath=c:\path-to-my-project\node_modules ``` is actually the **right** path (?!). I will install the new...

I have installed Npm v3 and run all the tests. all green! :green_heart: So, maybe its a Windows issue, or (!) the fact that cukefarm is using an old Rekuire...

Are you referring to the "import/export" syntax?