小编Gab*_*ino的帖子

无法获得已安装模块的绝对路径

我有一个问题,我认为这与我的package.json或cordova平台的版本有关.

当我尝试运行ionic state restore它时,它返回以下输出:

Attempting to restore your Ionic application from package.json

Restoring Platforms

cordova platform add ios
cordova platform add android

Restore platforms is complete

Restoring Plugins

cordova plugin add cordova-plugin-whitelist
cordova plugin add cordova-plugin-console
cordova plugin add cordova-plugin-statusbar
cordova plugin add cordova-plugin-device
cordova plugin add cordova-plugin-splashscreen
cordova plugin add ionic-plugin-keyboard
cordova plugin add cordova-plugin-network-information
cordova plugin add cordova-plugin-file
cordova plugin add cordova-plugin-compat
cordova plugin add cordova-plugin-media
cordova plugin add https://github.com/AubreyHewes/cordova-background-audio.git
Caught exception:
 undefined

Mind letting us …
Run Code Online (Sandbox Code Playgroud)

git cordova ionic-framework

31
推荐指数
4
解决办法
1万
查看次数

尝试在CentOS 6.2上编译Mono 3.0.2时出错

我正在尝试从GitHub的Mono repo的tarball编译Mono 3.0.2.但是当我进入mcs文件夹时,编译失败:

if test -w /root/mono/mcs; then :; else chmod -R +w /root/mono/mcs; fi
    cd /root/mono/mcs && make --no-print-directory -s NO_DIR_CHECK=1 PROFILES=' net_2_0            net_3_5 net_4_0 net_4_5  ' CC='gcc' all-profiles
    Bootstrap compiler: Mono C# compiler version 3.0.3.0
    Makefile:43: warning: overriding commands for target 'csproj-local'
../build/executable.make:149: warning: ignoring old commands for target 'csproj-local'
    Makefile:43: warning: overriding commands for target 'csproj-local'
../build/executable.make:149: warning: ignoring old commands for target 'csproj-local'
    make[7]: *** No rule to make target '../../external/ikvm/reflect/*.cs', needed by '../class/lib/basic/basic.exe'. …
Run Code Online (Sandbox Code Playgroud)

mono centos

6
推荐指数
1
解决办法
2428
查看次数

标签 统计

centos ×1

cordova ×1

git ×1

ionic-framework ×1

mono ×1