We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f0352 commit 7112f01Copy full SHA for 7112f01
README.md
@@ -49,7 +49,8 @@ Quick starting guide for new plugin devs:
49
## How to use
50
51
- Clone this repo.
52
-- `npm i` or `yarn` to install dependencies
+- Make sure your NodeJS is at least v16 (`node --version`).
53
+- `npm i` or `yarn` to install dependencies.
54
- `npm run dev` to start compilation in watch mode.
55
56
## Manually installing the plugin
0 commit comments