Bruce Ingalls
Bruce Ingalls
After you merge my current Pull Request for the upgrades, I'll open another PR for my develop branch, with the eslint & prettier tests. If there are docs on how...
@DirtyF Please clarify this missing gatsby-ssr.tsx and the gatsby-plugin-tinacms package it belongs to. While my version 0.24.0 package.json includes tinacms & gatsby-plugin-tinacms (both pinned together at that same v0.24), I...
@DirtyF I signed the CLA, but Github does not seem to recognize this. PR is ready for review. Let me know, when you've added the Gatsby plugin PR
Updated npm libraries to fix all warnings in JS Console. * `yarn outdated` is clean * `yarn audit` is clean Still needs work for eslint & prettier
@mohokh67 Neither option works. Note that this is a new install. It looks that Google has no precompiled binaries for grpc, and node-gyp fails to compile it. This bug likely...
I followed the steps in https://grpc.io/docs/quickstart/node.html and was able to build & run the grpc example, so the problem is in Firebase, not grpc. Note that grpc has many open...
@mohokh67 I found a solution, by removing package-lock.json (and yarn.lock), modifying package.json with `"@firebase/app": "^0.3.4", "firebase": "^5.5.8",` then running `npm up` After running `npm run dev`, I see a mostly...
@mohokh67 I created https://github.com/vueschool/vue-master-class/pull/8 which should close this issue. Note that other students on Slack also face this issue.
It looks that, because precompiled grpc is not available for me, node-gyp compiler currently has problems for node > v9. Another solution is to set the node version in package.json:...
OK, the solution to this problem is to add the following to the documentation: github/googleapis does not provide update binaries for node-grpc, and compiling the latest source is fraught with...