-
Notifications
You must be signed in to change notification settings - Fork 657
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
Can't build ionic v1 project (since ionic v4 update) #3406
Comments
I guess this is because the new project @ionic/v1-toolkit is required, perhaps you can update the error to mention this? |
Thanks @jacquesdev Yep, it's a bad error message. |
I am getting the same error. |
I am working on an auto-installer prompt at this moment. |
After using
i was successfully able to build my ionic v1 app in ionic CLI 4.0.2 thanks @dwieeb |
There is an issue with node and the 'internal contextify script' : Assertion `args[1]->IsString()' failed macOS High Sierra v10.13.5
|
@dave-k That looks like a different issue. Please create a new issue. |
I had version 4.0.0 (updated the moment it came out) and had that bad error message. > ionic-v1 build
[INFO] Looks like @ionic/v1-toolkit isn't installed in this project.
This package is required for this command to work properly.
? Install @ionic/v1-toolkit? Yes
> npm i -D -E @ionic/v1-toolkit AWESOME! P.S. shouldnt it use |
@rodrigograca31 Good to hear the prompt is working for you. |
Oh, didn't know that! Yes, it saved! (under |
Description:
I can't build my ionic v1 app
Steps to Reproduce:
Ionic:
ionic (Ionic CLI) : 4.0.1
Ionic Framework : ionic1 1.3.5
@ionic/v1-toolkit : not installed
Cordova:
cordova (Cordova CLI) : 7.1.0
Cordova Platforms : ios 4.5.4
System:
ios-deploy : 1.9.2
NodeJS : v8.9.4 (/Users/user/.nvm/versions/node/v8.9.4/bin/node)
npm : 2.15.12
OS : macOS High Sierra
Xcode : Xcode 9.4 Build version 9F1027a
Environment:
ANDROID_HOME : /Library/Android/sdk
The text was updated successfully, but these errors were encountered: