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
this.$errors.failWithoutHelp(`Unable to install dependencies. Make sure your package.json is valid and all dependencies are correct. Error is: ${err.message}`);
167
+
}
163
168
164
169
this.preparePlatformCore(platform).wait();
165
170
}).future<void>()();
@@ -223,7 +228,6 @@ export class PlatformService implements IPlatformService {
0 commit comments