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
StringnotFoundMessage = "Application entry point file not found. Please specify the file in package.json otherwise make sure the file index.js or bootstrap.js exists. \\n If using typescript make sure your entry point file is transpiled to javascript.";
253
+
254
+
// resolvePathHelper() never returns a non-existing file. Instead it throws an exception.
thrownewNativeScriptException("Application entry point file not found. Please specify either package.json with main field, index.js or bootstrap.js!");
0 commit comments