Rafi

Results 37 comments of Rafi

> I've used VSCode search quite a lot so I get it that it can be tough doing things a different way. However, one of the most powerful concepts in...

The link seems broken and I checked few places online and I couldn't find any reference. Did Forem stop providing paid hosting options?

this error is caused due to node-gyp. as mentioned [here](https://github.com/aaronm67/node-phash/issues/10) install node-gyp in windows first as given [here](https://github.com/nodejs/node-gyp) then try installing the library using npm again. it will work.

@PawandeepKaur please close the issue once you get it running.

I managed to get this library running in windows.just install node-gyp in windows as given [here](https://github.com/nodejs/node-gyp) or [here ](http://stackoverflow.com/questions/32447102/node-gyp-problems-build-and-rebuild-windows-8-windows-10) then install node-phash using npm.

@darkyen please close the issue once you are able to proceed

If you are using mac please refere [here](https://trac.macports.org/ticket/42354)

I guess it is the commit that was made later that is causing the issue. node libraries with c/c++ bindings generally tend to have a problem in windows some permanent...

I am using [ramdaJs](http://ramdajs.com/) with my code but I had to load lodash just so that restangular can use it. Decoupling it from any external library including lodash will be...

> > hot reloading > > Do we get to make use of this in a browser extension context? I think to auto reload chrome extension during development you might...