-
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 cordova build - node_contextify.cc:635 Assertion `args[1]->IsString()' failed #3462
Comments
@dave-k Have you tried reinstalling dependencies? |
I reinstalled node_modules, but the error is still there.
|
Okay, I installed Node 10.7.0 and I also get the error. However, when I do this, the issue is resolved: nodejs/node#20285 (comment) Please try:
|
The issue is resolved, but now I get this error - not sure if it is related or a new issue.
|
That looks like an issue with Xcode. Make sure it's up to date, and make sure you open it. |
Ionic: ionic (Ionic CLI) : 4.12.0 (/usr/local/lib/node_modules/ionic) System: NodeJS : v11.6.0 (/usr/local/Cellar/node/11.6.0/bin/node) |
I would not recommend installing that. The best course of action is to switch to a supported LTS version of Node. If problem persists, try the steps in this comment: #3462 (comment) |
Description:
ionic v1 app does not build
There is an issue with node and the 'internal contextify script' : Assertion `args[1]->IsString()' failed
Steps to Reproduce:
Output:
My
ionic info
:Other Information:
macOS High Sierra v10.13.5
The text was updated successfully, but these errors were encountered: