Skip to content
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

WIP - Displays version of Node and NPM used for build #2351

Closed
wants to merge 4 commits into from

Conversation

c0g1t8
Copy link
Collaborator

@c0g1t8 c0g1t8 commented Mar 13, 2019

Do not merge this PR

Need to confirm the AppVeyor build server setup. The initial assumption was the Node 10 was being used but other tests indicate that it's Node 8.15.

@c0g1t8
Copy link
Collaborator Author

c0g1t8 commented Mar 13, 2019

The following are the reported version numbers on the build server.

367 Write-Host "Version of Node and NPM used for Build"
368 Version of Node and NPM used for Build
369 node -v
370 v8.15.0
371 npm -v
372 6.4.1

The next test will be to ensure that the lib folder is being published. Errors seen in the ScenarioTest could be due to missing javascript libraries.

@c0g1t8
Copy link
Collaborator Author

c0g1t8 commented Mar 13, 2019

The contents of the wwwroot/lib did contain the expected JavaScript libraries.

This exercise did reveal that I made an initially erroneous assumption that the build system was on Node 10. It is actually on Node 8.15 which explains why gulpfile.js worked on the build server but not locally where Node 10 was installed.

@c0g1t8 c0g1t8 closed this Mar 13, 2019
@c0g1t8 c0g1t8 deleted the BuldServerTest branch March 13, 2019 05:27
This was referenced Mar 13, 2019
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.

None yet

1 participant