You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -51,11 +51,21 @@ To install, clone this repository into your `$(nodenv root)/plugins` directory.
51
51
node >= 6.0
52
52
53
53
Unlike virtually every other nodenv plugin, node-build-update-defs actually depends on node.
54
-
(The scraper runs on node.)
55
-
A somewhat recent version of node is required – it is recommended to configure a node-version within the plugin directory itself (substitute your chosen version):
54
+
(The scraper itself is written in JavaScript.)
55
+
Virtually any modern version of node is sufficient, but one must be available.
56
+
Otherwise, you may experience an error like:
56
57
57
-
cd "$(nodenv root)"/plugins/node-build-update-defs
58
-
nodenv local 6.0
58
+
> nodenv: version \_ is not installed
59
+
60
+
It is recommended to configure a node-version for the plugin itself (substitute your chosen version):
0 commit comments