nvm install v18.2
node -v
(should outputv18.2.0
)npm install
npx tree-sitter build-wasm node_modules/tree-sitter-javascript
node index.js
- Observe failoure
nvm install v18.0
node -v
(should outputv18.0.0
)node index.js
- Success
nvm install v18.2
node -v
(should output v18.2.0
)npm install
npx tree-sitter build-wasm node_modules/tree-sitter-javascript
node index.js
nvm install v18.0
node -v
(should output v18.0.0
)node index.js