-
Notifications
You must be signed in to change notification settings - Fork 659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ionic-v1[1268]: ../src/node_contextify.cc:628:static void node::contextify::ContextifyScript::New(const FunctionCallbackInfov8::Value &): Assertion `args[1]->IsString()' failed. #3790
Labels
Comments
imhoffd
changed the title
ionic build ios exisiting with Error Non-zero exit from subprocess.
ionic-v1[1268]: ../src/node_contextify.cc:628:static void node::contextify::ContextifyScript::New(const FunctionCallbackInfov8::Value &): Assertion `args[1]->IsString()' failed.
Dec 13, 2018
Duplicate of #3462 |
Fix is here: #3462 Let me know if it doesn't work. |
Hi
I followed all commands and still get the same non-zero exit from subprocess
ionic cordova build ios
ionic-v1 build
ionic-v1[16095]: ../src/node_contextify.cc:628:static void
node::contextify::ContextifyScript::New(const
FunctionCallbackInfo<v8::Value> &): Assertion `args[1]->IsString()' failed.
1: 0x10003ae75 node::Abort() [/usr/local/bin/node]
2: 0x100039ed3 node::AddEnvironmentCleanupHook(v8::Isolate*, void
(*)(void*), void*) [/usr/local/bin/node]
3: 0x1000649b7
node::contextify::ContextifyScript::New(v8::FunctionCallbackInfo<v8::Value>
const&) [/usr/local/bin/node]
4: 0x10023036f
v8::internal::FunctionCallbackArguments::Call(v8::internal::CallHandlerInfo*)
[/usr/local/bin/node]
5: 0x10022f50b v8::internal::MaybeHandle<v8::internal::Object>
v8::internal::(anonymous
namespace)::HandleApiCallHelper<true>(v8::internal::Isolate*,
v8::internal::Handle<v8::internal::HeapObject>,
v8::internal::Handle<v8::internal::HeapObject>,
v8::internal::Handle<v8::internal::FunctionTemplateInfo>,
v8::internal::Handle<v8::internal::Object>, v8::internal::BuiltinArguments)
[/usr/local/bin/node]
6: 0x10022ef27
v8::internal::Builtin_Impl_HandleApiCall(v8::internal::BuiltinArguments,
v8::internal::Isolate*) [/usr/local/bin/node]
7: 0x19edb78dbe3d
8: 0x19edb788d145
9: 0x19edb790b87d
10: 0x19edb78918d5
11: 0x19edb78918d5
12: 0x19edb78918d5
[*ERROR*] Non-zero exit from subprocess.
my xcode is Version 10.1 (10B61)
…On Wed, Dec 12, 2018 at 8:56 PM dwieeb ***@***.***> wrote:
Fix is here: #3462 <#3462>
Let me know if it doesn't work.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3790 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ArjS1tiL89HOA1XNJYq_VVi15CfAyCDLks5u4c_2gaJpZM4ZObsK>
.
|
@digitalfractal Try updating your Node version to latest 10? |
i installed the latest v10
here is the info
*Ionic:*
ionic (Ionic CLI) : 4.3.1 (/usr/local/lib/node_modules/ionic)
Ionic Framework : ionic1 1.3.4
@ionic/v1-toolkit : 1.0.14
*Cordova:*
cordova (Cordova CLI) : 8.1.2 (cordova-lib@8.1.1)
Cordova Platforms : android 6.2.3, ios 4.5.5
Cordova Plugins : cordova-plugin-ionic-webview 1.1.1, (and 8 other
plugins)
*System:*
NodeJS : v10.14.2 (/usr/local/bin/node)
npm : 6.4.1
OS : macOS High Sierra
Xcode : Xcode 10.1 Build version 10B61
still i get this output
ionic-v1 build
ionic-v1[16319]: ../src/node_contextify.cc:633:static void
node::contextify::ContextifyScript::New(const
FunctionCallbackInfo<v8::Value> &): Assertion `args[1]->IsString()' failed.
1: 0x10003b125 node::Abort() [/usr/local/bin/node]
2: 0x10003a183 node::AddEnvironmentCleanupHook(v8::Isolate*, void
(*)(void*), void*) [/usr/local/bin/node]
3: 0x100064bc1
node::contextify::ContextifyScript::New(v8::FunctionCallbackInfo<v8::Value>
const&) [/usr/local/bin/node]
4: 0x10023122f
v8::internal::FunctionCallbackArguments::Call(v8::internal::CallHandlerInfo*)
[/usr/local/bin/node]
5: 0x1002303cb v8::internal::MaybeHandle<v8::internal::Object>
v8::internal::(anonymous
namespace)::HandleApiCallHelper<true>(v8::internal::Isolate*,
v8::internal::Handle<v8::internal::HeapObject>,
v8::internal::Handle<v8::internal::HeapObject>,
v8::internal::Handle<v8::internal::FunctionTemplateInfo>,
v8::internal::Handle<v8::internal::Object>, v8::internal::BuiltinArguments)
[/usr/local/bin/node]
6: 0x10022fde7
v8::internal::Builtin_Impl_HandleApiCall(v8::internal::BuiltinArguments,
v8::internal::Isolate*) [/usr/local/bin/node]
7: 0xc06e145be3d
8: 0xc06e140d145
9: 0xc06e148ba7d
10: 0xc06e14118d5
11: 0xc06e14118d5
12: 0xc06e14118d5
[*ERROR*] Non-zero exit from subprocess.
…On Thu, Dec 13, 2018 at 1:59 PM dwieeb ***@***.***> wrote:
@digitalfractal <https://github.com/digitalfractal> Try updating your
Node version to latest 10?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3790 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ArjS1iY7ONBmeYyLttVehfivQvCEf-hHks5u4r_IgaJpZM4ZObsK>
.
|
installed the latest 10.14.2 version of node on a different machine and try
to run the ionic cordova build ios and get the following error
ionic-v1 build
ionic-v1[3667]: ../src/node_contextify.cc:633:static void
node::contextify::ContextifyScript::New(const
FunctionCallbackInfo<v8::Value> &): Assertion `args[1]->IsString()' failed.
1: 0x10003b125 node::Abort() [/usr/local/bin/node]
2: 0x10003a183 node::AddEnvironmentCleanupHook(v8::Isolate*, void
(*)(void*), void*) [/usr/local/bin/node]
3: 0x100064bc1
node::contextify::ContextifyScript::New(v8::FunctionCallbackInfo<v8::Value>
const&) [/usr/local/bin/node]
4: 0x10023122f
v8::internal::FunctionCallbackArguments::Call(v8::internal::CallHandlerInfo*)
[/usr/local/bin/node]
5: 0x1002303cb v8::internal::MaybeHandle<v8::internal::Object>
v8::internal::(anonymous
namespace)::HandleApiCallHelper<true>(v8::internal::Isolate*,
v8::internal::Handle<v8::internal::HeapObject>,
v8::internal::Handle<v8::internal::HeapObject>,
v8::internal::Handle<v8::internal::FunctionTemplateInfo>,
v8::internal::Handle<v8::internal::Object>, v8::internal::BuiltinArguments)
[/usr/local/bin/node]
6: 0x10022fde7
v8::internal::Builtin_Impl_HandleApiCall(v8::internal::BuiltinArguments,
v8::internal::Isolate*) [/usr/local/bin/node]
7: 0x3431490dbe3d
8: 0x34314908d145
9: 0x34314910ba7d
10: 0x3431490918d5
11: 0x3431490918d5
12: 0x3431490918d5
[*ERROR*] Signal exit from subprocess.
On Thu, Dec 13, 2018 at 2:10 PM Souhail Alavi <
souhail.alavi@digitalfractal.com> wrote:
… i installed the latest v10
here is the info
*Ionic:*
ionic (Ionic CLI) : 4.3.1 (/usr/local/lib/node_modules/ionic)
Ionic Framework : ionic1 1.3.4
@ionic/v1-toolkit : 1.0.14
*Cordova:*
cordova (Cordova CLI) : 8.1.2 ***@***.***)
Cordova Platforms : android 6.2.3, ios 4.5.5
Cordova Plugins : cordova-plugin-ionic-webview 1.1.1, (and 8
other plugins)
*System:*
NodeJS : v10.14.2 (/usr/local/bin/node)
npm : 6.4.1
OS : macOS High Sierra
Xcode : Xcode 10.1 Build version 10B61
still i get this output
> ionic-v1 build
ionic-v1[16319]: ../src/node_contextify.cc:633:static void
node::contextify::ContextifyScript::New(const
FunctionCallbackInfo<v8::Value> &): Assertion `args[1]->IsString()' failed.
1: 0x10003b125 node::Abort() [/usr/local/bin/node]
2: 0x10003a183 node::AddEnvironmentCleanupHook(v8::Isolate*, void
(*)(void*), void*) [/usr/local/bin/node]
3: 0x100064bc1
node::contextify::ContextifyScript::New(v8::FunctionCallbackInfo<v8::Value>
const&) [/usr/local/bin/node]
4: 0x10023122f
v8::internal::FunctionCallbackArguments::Call(v8::internal::CallHandlerInfo*)
[/usr/local/bin/node]
5: 0x1002303cb v8::internal::MaybeHandle<v8::internal::Object>
v8::internal::(anonymous
namespace)::HandleApiCallHelper<true>(v8::internal::Isolate*,
v8::internal::Handle<v8::internal::HeapObject>,
v8::internal::Handle<v8::internal::HeapObject>,
v8::internal::Handle<v8::internal::FunctionTemplateInfo>,
v8::internal::Handle<v8::internal::Object>, v8::internal::BuiltinArguments)
[/usr/local/bin/node]
6: 0x10022fde7
v8::internal::Builtin_Impl_HandleApiCall(v8::internal::BuiltinArguments,
v8::internal::Isolate*) [/usr/local/bin/node]
7: 0xc06e145be3d
8: 0xc06e140d145
9: 0xc06e148ba7d
10: 0xc06e14118d5
11: 0xc06e14118d5
12: 0xc06e14118d5
[*ERROR*] Non-zero exit from subprocess.
On Thu, Dec 13, 2018 at 1:59 PM dwieeb ***@***.***> wrote:
> @digitalfractal <https://github.com/digitalfractal> Try updating your
> Node version to latest 10?
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#3790 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/ArjS1iY7ONBmeYyLttVehfivQvCEf-hHks5u4r_IgaJpZM4ZObsK>
> .
>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
trying to run an ionic 1 project build on mac command line and build a new xcode project
Steps to Reproduce:
running ionic cordova build ios
Output:
My
ionic info
:Ionic:
ionic (Ionic CLI) : 4.3.1 (/usr/local/lib/node_modules/ionic)
Ionic Framework : ionic1 1.3.4
@ionic/v1-toolkit : 1.0.14
Cordova:
cordova (Cordova CLI) : 8.1.2 (cordova-lib@8.1.1)
Cordova Platforms : android 6.2.3, ios 4.5.5
Cordova Plugins : cordova-plugin-ionic-webview 1.1.1, (and 8 other plugins)
System:
NodeJS : v10.13.0 (/usr/local/bin/node)
npm : 6.4.1
OS : macOS High Sierra
Xcode : Xcode 10.1 Build version 10B61
Other Information:
The text was updated successfully, but these errors were encountered: