Giter VIP home page Giter VIP logo

ionic-box's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ionic-box's Issues

unmet grandchild dependencies via finalhandler and form-data

vagrant@ionic-android:~$ sudo npm -g install ionic
npm http GET https://registry.npmjs.org/ionic
npm http 304 https://registry.npmjs.org/ionic
/usr/local/bin/ionic -> /usr/local/lib/node_modules/ionic/bin/ionic
npm WARN unmet dependency /usr/local/lib/node_modules/ionic/node_modules/connect/node_modules/finalhandler requires debug@'1.0.4' but will load
npm WARN unmet dependency undefined,
npm WARN unmet dependency which is version undefined
npm WARN unmet dependency /usr/local/lib/node_modules/ionic/node_modules/request/node_modules/form-data requires combined-stream@'~0.0.4' but will load
npm WARN unmet dependency undefined,
npm WARN unmet dependency which is version undefined

Other packages with dependency issues:
cheerio
connect
cross-spawn
event-stream
expand-tilde
gulp
glob
readable-stream
vinyl-fs
...

android sdk won't install during vagrant up

Hello,

i got an error during vagrant up, i tried several times without success..

==> default: platform-tool,android-22,android-23,build-tools-22.0.1,extra
==> default: Exception in thread "main"
==> default: org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]
==> default:
==> default: at org.eclipse.swt.SWT.error(Unknown Source)
==> default:
==> default: at org.eclipse.swt.widgets.Display.createDisplay(Unknown Source)
==> default:
==> default: at org.eclipse.swt.widgets.Display.create(Unknown Source)
==> default:
==> default: at org.eclipse.swt.graphics.Device.<init>(Unknown Source)
==> default:
==> default: at org.eclipse.swt.widgets.Display.<init>(Unknown Source)
==> default:
==> default: at org.eclipse.swt.widgets.Display.<init>(Unknown Source)
==> default:
==> default: at org.eclipse.swt.widgets.Display.getDefault(Unknown Source)
==> default:
==> default: at org.eclipse.swt.widgets.Shell.<init>(Unknown Source)
==> default:
==> default: at org.eclipse.swt.widgets.Shell.<init>(Unknown Source)
==> default:
==> default: at com.android.sdkuilib.internal.repository.ui.SdkUpdaterWindowImpl2.createShell(SdkUpdaterWindowImpl2.java:168)
==> default:
==> default: at com.android.sdkuilib.internal.repository.ui.SdkUpdaterWindowImpl2.open(SdkUpdaterWindowImpl2.java:137)
==> default:
==> default: at com.android.sdkuilib.repository.SdkUpdaterWindow.open(SdkUpdaterWindow.java:111)
==> default:
==> default: at com.android.sdkmanager.Main.showSdkManagerWindow(Main.java:413)
==> default:
==> default: at com.android.sdkmanager.Main.doAction(Main.java:369)
==> default:
==> default: at com.android.sdkmanager.Main.run(Main.java:151)
==> default:
==> default: at com.android.sdkmanager.Main.main(Main.java:117)

i have to vagrant ssh and execute manually this bash part :

expect -c '
set timeout -1   ;
spawn /home/vagrant/android-sdk-linux/tools/android update sdk -u --all --filter platform-tool,android-22,android-23,build-tools-22.0.1
expect { 
    "Do you accept the license" { exp_send "y\r" ; exp_continue }
    eof
}
'

Do you have any idea ?

Thanks !

ps: windows 10, i7, 8go and latest vagrant / virtualbox

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.