-
-
Notifications
You must be signed in to change notification settings - Fork 30
Don't Let It Be A Roadblock
Madison (Pfaff) Edgar edited this page May 14, 2019
·
2 revisions
In the process of getting all of these repositories up and running, I've run into quite a few obstacles. Some have taken me hours to dig through to find the solution, but you shouldn't have to go through the same pain. If you run into these problems, refer to this doc first. If your error is something outside of this, let's work on it together and then add it in!
Quick Setup
When running npm install
in the root directory of the test tree-sitter repository, I came across this node-gyp error.
- Simple Solution: Make sure the node version your command line is using matches what is described on the
package.json
file. For instructions on how to install and use different versions of node on your computer use this reference guide.