Ubuntu Pastebin

Paste from log at Tue, 15 Dec 2015 19:53:57 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
vishnudev@vishnudev-dell-xps:~/Documents/Programming/ubuntu/hello$ cordova platform add ubuntu
Adding ubuntu project...
Running command: /home/vishnudev/.cordova/lib/npm_cache/cordova-ubuntu/4.0.0/package/bin/create /home/vishnudev/Documents/Programming/ubuntu/hello/platforms/ubuntu com.example.hello HelloWorld
Creating a Cordova Project:
 Project Path: /home/vishnudev/Documents/Programming/ubuntu/hello/platforms/ubuntu
 Package Name: com.example.hello
 Project Name: HelloWorld

missing icon element in config.xml
missing icon element in config.xml
Discovered plugin "cordova-plugin-whitelist" in config.xml. Installing to the project
Fetching plugin "cordova-plugin-whitelist@1" via npm
Installing "cordova-plugin-whitelist" for ubuntu

This plugin is only applicable for versions of cordova-android greater than 4.0. If you have a previous platform version, you do *not* need this plugin since the whitelist will be built in.
	
missing icon element in config.xml
vishnudev@vishnudev-dell-xps:~/Documents/Programming/ubuntu/hello$ 
Download as text