有没有人在使用Cordova内置的http服务器时遇到问题?就cordova@6.5.0而言,我似乎无法让cordova serve旋转起来。我使用的是cordova@6.5.0、cordova-browser@4.1.0和node@6.2.2 --这是运行cordova serve -d之后得到的
No scripts found for hook "before_serve".
Executing script found in config.xml for hook "before_prepare": increment_build_number.js
Checking config.xml for saved platforms that haven't been added to the project
Checking for any plugins added to the project that have not been installed in browser platform
No differences found between plugins added to project and installed in browser platform. Continuing...
Checking for any plugins added to the project that have not been installed in ios platform
No differences found between plugins added to project and installed in ios platform. Continuing...
Generating config.xml from defaults for platform "browser"
Generating platform-specific config.xml from defaults for iOS at /Users/**/config.xml
Merging project's config.xml into platform-specific iOS config.xml
Merging and updating files from [www, platforms/ios/platform_www] to platforms/ios/www
Current launch storyboard undefined
Not changing launch storyboard setting.
Wrote out iOS Bundle Identifier "com.*.*" and iOS Bundle Version "1.0.0" to /Users/**/*-Info.plist
Set TARGETED_DEVICE_FAMILY to "1".
Set IPHONEOS_DEPLOYMENT_TARGET to "9.3".发布于 2017-02-27 16:30:51
在升级node@7.6.0时,似乎对我来说是固定的。
https://stackoverflow.com/questions/42030978
复制相似问题