We are using symlink-dir package to create symlinks. Increasing the required node version inside this project in a patch / minor release make this now break.
Best way for our case would be to revert the requirement changes of 5.0.1 and release a version 5.0.2 without them and release a new major with the new node npm requirements.
We are using
symlink-dir
package to create symlinks. Increasing the required node version inside this project in a patch / minor release make this now break.We try to execute:
Which ends now on Node 14 and 16 as our project requires strict engines with:
Best way for our case would be to revert the requirement changes of 5.0.1 and release a version 5.0.2 without them and release a new major with the new node npm requirements.