Drupal 10.1.x JavaScript development now requires Node.js 18
Drupal 10.0 had a minimum version of Node.js 16 for core JavaScript development. Node.js 16 is end of life in September 2023, and so Drupal 10.1 will now require Node.js 18 for core development.
This only affects sites that have installed Drupal core's JavaScript development dependencies with npm or yarn.
From Core JavaScript development now requires Node.js 18.
Task
Update this line from version 16 to 18, and check if anything else needs updating:
- curl -sL https://deb.nodesource.com/setup_16.x | bash -
https://github.com/lando/drupal-contributions/blob/10.x/.lando.yml#L11
Hi! @gitressa please assign this task to me.
That's not needed. Feel free to go ahead and create a Pull request, thanks!
@gitressa I am beginner in this field, can u help me about this. $ git push -u origin ISSUE#83-COMMENT# ERROR: Permission to lando/drupal-contributions.git denied to Ankit-Jaipuriar. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
Hello @Ankit-Jaipuriar. Thank you for contributing! You can find a helpful guide for contributing to Github projects on this page: https://docs.github.com/en/get-started/quickstart/contributing-to-projects
Hello @Ankit-Jaipuriar. Thank you for contributing! You can find a helpful guide for contributing to Github projects on this page: https://docs.github.com/en/get-started/quickstart/contributing-to-projects
Thank you for help, I have successfully created PR