You may not be able to index everything Wanting to add search to my blog I set about installing and configuring the gatsby-plugin-elasticlunr-search plugin. I followed the examples. I set it to index the fields of title and tags. And being a little…
Problem: You try to npm install a node package on Windows and get an error similar to: Python version 3.x.x is not supported by node-gyp Issue: You have Python 3.x installed and node-gyp needs version 2.7. You may already have 2.7 installed but your…
Problem: You try to run npm adduser command and get an error message that starts with something like “Default value must be string or number”. Cause: It is attempting to access your default email address which you do not have set. Fix: npm config set…