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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: