Results 3 comments of Mendel Jacks

I think you are right because I just checked and it works with create react apps webpack config. If the target audience is browser users who don't have access to...

I get the same issue, node-gyp did not help ...\node_modules\phash\phash.cpp(3): fatal error C1083: Cannot open include file: 'pHash.h': No such file or directory [C:\Users...

I figured out how to authenticate with only using nodejs and the built in crypto library: (to run this you will need the three walmart environment variables) ```ts import axios...