mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 16:37:43 +01:00
Update CONTRIBUTING.md minimum node version (#818)
The build process uses import assertions which were added in Node 16.4. Updating the docs to reflect that since this bit me while contributing.
Example of import assertion
aa524c65a0/scripts/render/processSvg.mjs (L5)
[documentation for when import assertions were added in node](https://nodejs.org/api/esm.html#import-assertions)
This commit is contained in:
@@ -65,7 +65,7 @@ If you are a designer who wants to contribute to Lucide but you don't know what
|
||||
|
||||
## Development
|
||||
|
||||
You will need minimum version of [Nodejs 16+](https://nodejs.org)
|
||||
You will need minimum version of [Nodejs 16.4+](https://nodejs.org)
|
||||
For packagemanagement you will need [yarn v1](https://yarnpkg.com/getting-started/install).
|
||||
For flutter package development, you need [Flutter 1.17+](https://docs.flutter.dev/get-started/install).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user