Github user purplecabbage commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/538#discussion_r112554925 --- Diff: cordova-lib/spec-cordova/fixtures/platforms/cordova-browser/bin/lib/create.js --- @@ -39,14 +39,14 @@ module.exports.createProject = function(project_path,package_name,project_name){ console.error('Project already exists! Delete and recreate'); process.exit(2); } - + // Check that requirements are met and proper targets are installed if (!check_reqs.run()) { console.error('Please make sure you meet the software requirements in order to build a browser cordova project'); process.exit(2); } - console.log('Creating Browser project. Path: ' + path.relative(process.cwd(),project_path)); + // console.log('Creating Browser project. Path: ' + path.relative(process.cwd(),project_path)); --- End diff -- can ...
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org