Closed GrEg00z closed 6 years ago
Anybody help !! :(
Is there still support in this repo ? No choice to downgrade webpack to 0.8.0 .... 👎
Hey @GrEg00z, can't seem to reproduce it with the provided package.json and tsconfig.json. Can you send an app with the issue or ping me on slack for more information?
Hello @sis0k0 , I want to try to create an empty nativescript/angular project, and check if bundle works correctly.
How can I ping you on slack ? I'm using slack but dont really know how to do it
I'm @sis0k0 in nativescriptcommunity.slack.com.
Ok I think you need to add me on slack, because I cant acces to it. My email : jakubowicz.gregory@gmail.com
I've just created an empty nativescript project, with tns create myAppName --ng
When I try to do tns run ios
, all seems OK except that tns command stop right after "Refreshing application.." build step .
No error thrown, it's just cut the running proccess of tns run
, without say anything.
App is installed correctly, and also works.
Can you confirm that you don't have this problem when reproduce my steps ? I'm using macOS Sierra 10.12.6
I suspect my osx environnement to be in cause...
Well, after reinstall Xcode, and also all required tools by nativescript ios (script used), I finaly make it works normally, while using tns run ios
.
And good new, tns run ios --bundle
works also good (but for the empty nativescript project only)
In fact, I've still have the same problem for my project :( I really tried everything, like delete node_modules folder, delete platform folder, etc... Still the same
So when I'll have free time, I will switch to the empty project repository, and put my code inside it.
If I find why this problem occurs on old nativescript version, I let you know
Hey @GrEg00z, I'll close this issue for now. If you're not in the {N} community slack, you can ping me in twitter (@StanimiraVlaeva) or send me a mail at stanimira.vlaeva@progress and we can debug your app.
I still have this issue, for iOS webpack build only (I didn't try on Android)
See #327 (not real solution given in this post)
I've switch from nativescript-webpack 0.8.0 to 0.9.0, and follow explanation to the letter here
But when I run
tns run ios --bundle
, then I get this error right after app starting :JS ERROR Error: A Frame must be used to navigate to a Page
When I launch
tns run ios
, it works correctlytns info :
Here is error stacktrace in Xcode console :
Here is my webpack.config.js :
tsconfig.json :