I’ve been trying to get meteor set up on my machine for the past few hours and have had no luck what so ever. I really want to give meteor a try for a project I’m working on but I’m about to give up. I was hoping someone here could lend a hand.
I’ve set up chocolatey as the install page says to, everything seems to be working just fine. So I go to run “choco install meteor” and I get the following.
PS C:\Windows\system32> choco install meteor
Chocolatey v0.10.8
Installing the following packages:
meteor
By installing you accept licenses for the packages.
Progress: Downloading meteor 0.0.1... 100%
meteor v0.0.1 [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/[N]o/[P]rint): Y
ERROR: A parameter cannot be found that matches parameter name 'file'.
The install of meteor was NOT successful.
Error while running 'C:\ProgramData\chocolatey\lib\meteor\tools\chocolateyinstall.ps1'.
See log for details.
Chocolatey installed 0/1 packages. 1 packages failed.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
Failures
- meteor (exited -1) - Error while running 'C:\ProgramData\chocolatey\lib\meteor\tools\chocolateyinstall.ps1'.
See log for details.
Enjoy using Chocolatey? Explore more amazing features to take your
experience to the next level at
https://chocolatey.org/compare
PS C:\Windows\system32>
I’ve looked at the logs and haven’t seen much that would point me in the right direction.
Any help would be greatly appreciated. Thanks everyone.