Skip to content

More setup fixes for Windows #1459

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 10, 2016
Merged

More setup fixes for Windows #1459

merged 2 commits into from
Feb 10, 2016

Conversation

teobugslayer
Copy link
Contributor

  • No longer uses BoxStarter, instead it is a plain PowerShell script
  • Force re-installation of dependencies
  • Can self-elevate when needed but in this case only PRODUCTION branch can be used

See #1429

 - No longer uses BoxStarter, instead it is a plain PowerShell script
 - Force re-installation of dependencies
 - Can self-elevate when needed but in this case only PRODUCTION branch can be used

See #1429
@rosen-vladimirov
Copy link
Contributor

I've tried the script, and I've received two errors:

When installing JDK:

Installing the following packages:
jdk8
By installing you accept licenses for the packages.
jdk8 not installed. The package was not found with the source(s) listed.
 If you specified a particular version and are receiving this message, it is pos
sible that the package name exists but the version does not.
 Version: ""
 Source(s): "https://chocolatey.org/api/v2/"

Chocolatey installed 0/1 package(s). 1 package(s) failed.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
Failures:
 - jdk8
Installing Android SDK

Final pause statement:

The term 'pause' is not recognized as the name of a cmdlet, function, script fi
le, or operable program. Check the spelling of the name, or if a path was inclu
ded, verify that the path is correct and try again.
At line:61 char:6
+ pause <<<<
    + CategoryInfo          : ObjectNotFound: (pause:String) [], CommandNotFou
   ndException
    + FullyQualifiedErrorId : CommandNotFoundException

 - No longer uses BoxStarter, instead it is a plain PowerShell script
 - Force re-installation of dependencies
 - Can self-elevate when needed but in this case only PRODUCTION branch can be used
 - updated version of node
 - fixed to run on PowerShell v2

See #1429
@teobugslayer teobugslayer added this to the 1.6.0 milestone Feb 10, 2016
@rosen-vladimirov
Copy link
Contributor

👍

rosen-vladimirov added a commit that referenced this pull request Feb 10, 2016
@rosen-vladimirov rosen-vladimirov merged commit 85a3f2d into master Feb 10, 2016
@rosen-vladimirov rosen-vladimirov deleted the totev/setup-v2 branch February 10, 2016 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants