Chocolatey v0.10.15 Installing the following packages: meteor By installing you accept licenses for the packages. Progress: Downloading meteor 0.0.5… 100%
meteor v0.0.5 [Approved] meteor package files install completed. Performing other installation steps. The package meteor wants to run ‘chocolateyinstall.ps1’. Note: If you don’t run this script, the installation will fail. Note: To confirm automatically next time, use ‘-y’ or consider: choco feature enable -n allowGlobalConfirmation Do you want to run the script?([Y]es/[A]ll – yes to all/[N]o/[P]rint):
Enterキーを押すと、パッケージのインストールが開始されます。しばらくすると、「Do you want to run the script?([Y]es/[A]ll – yes to all/[N]o/[P]rint):(スクリプトを実行しますか?([Y] es / [A] ll-yes to all / [N] o / [P] rint):)」と質問されますので「Y」を入力し、Enterキーを押します。
Chocolatey v0.10.15 Installing the following packages: meteor By installing you accept licenses for the packages. Progress: Downloading meteor 0.0.5… 100%
meteor v0.0.5 [Approved] meteor package files install completed. Performing other installation steps. The package meteor wants to run ‘chocolateyinstall.ps1’. Note: If you don’t run this script, the installation will fail. Note: To confirm automatically next time, use ‘-y’ or consider: choco feature enable -n allowGlobalConfirmation Do you want to run the script?([Y]es/[A]ll – yes to all/[N]o/[P]rint): Y
Removing exising Meteor installation with installer => “C:\Users\Administrator\AppData\Local\Package Cache\{e2d162ba-d521-4ab7-89c0-bcddd6010381}\InstallMeteor.exe” /uninstall /quiet Downloading meteor 64 bit from ‘https://packages.meteor.com/bootstrap-link?arch=os.windows.x86_64’ Progress: 100% – Completed download of C:\Users\Administrator\AppData\Local\Temp\chocolatey\meteor\0.0.5\meteor-bootstrap-os.windows.x86_64.tar.gz (247.55 MB). Download of meteor-bootstrap-os.windows.x86_64.tar.gz (247.55 MB) completed. Extracting C:\Users\Administrator\AppData\Local\Temp\chocolatey\meteor\0.0.5\meteor-bootstrap-os.windows.x86_64.tar.gz to C:\Users\Administrator\AppData\Local\Temp\chocolatey\meteor\0.0.5… C:\Users\Administrator\AppData\Local\Temp\chocolatey\meteor\0.0.5 Extracting C:\Users\Administrator\AppData\Local\Temp\chocolatey\meteor\0.0.5\meteor-bootstrap-os.windows.x86_64.tar to C:\Users\Administrator\AppData\Local… C:\Users\Administrator\AppData\Local ***************************************
Meteor has been installed!
To get started fast:
$ meteor create ~/my_cool_app $ cd ~/my_cool_app $ meteor
If you are new to Meteor, try some of the learning resources here: https://www.meteor.com/tutorials
When you’re ready to deploy and host your new Meteor application, check out Galaxy: https://www.meteor.com/hosting
To start with a different app template, try one of the following:
meteor create –bare # to create an empty app meteor create –minimal # to create an app with as few Meteor packages as possible meteor create –full # to create a more complete scaffolded app meteor create –react # to create a basic React-based app meteor create –vue # to create a basic Vue-based app meteor create –apollo # to create a basic Apollo + React app meteor create –typescript # to create an app using TypeScript and React
Enterキーを押した後、しばらくすると、「Created a new Meteor app in ‘simple-todo’.(「simple-todo」 で新しいMeteorアプリを作成しました)」と表示され、新しいアプリケーションを作成することができました。
コメント