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
The case:
- We try to install nativescript-dev-sass@next which is not available.
- Before this fix it will fail silently and project will use some old sass plugin version (or even it will hav eno sass plugin and it will fail)
- Now we check if npm install is correct
- This check may lead to failing tests where we install invalid version, but this will actually make our tests valid.
0 commit comments