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
In v7 we stopped installing linked deps, in v8 we added the flag --install-links to accommodate this use case. In v9 we should make this the default again (ie. --install-links=true)
The text was updated successfully, but these errors were encountered:
darcyclarke
changed the title
BREAKING CHANGE(install): default to <code class="notranslate">--install-links=true`
BREAKING CHANGE(install): default to --install-links=trueMay 16, 2022
Really confused by this change. This seems to break anywhere we are running npm install in docker or CI/CD because we use git submodules. Is this now the expected behavior? Do we always have to do npm install --no-install-links now?
Summary
In v7 we stopped installing linked deps, in v8 we added the flag
--install-links
to accommodate this use case. In v9 we should make this the default again (ie.--install-links=true
)The text was updated successfully, but these errors were encountered: