Node package not found?
I have a build error on a pull request that I need some help
with. Here's my appveyor.yml file:
version: 0.0.{build}
branches:
only:
- develop
init:
- git config --global core.autocrlf input
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- cinst PhantomJS
- set path=%path%;C:\tools\PhantomJS\
build_script:
- rake createMobileAppArtifact
test_script:
- rake jasmineTests
Here's my build output:
Build started
git config --global core.autocrlf input
git clone -q git@github.com:bsommardahl/InvioMobile.git C:\projects\inviomobile
git fetch -q origin +refs/pull/165/merge:
git checkout -qf FETCH_HEAD
Running Install scripts
Install-Product node $env:nodejs_version $env:platform
node 1.5.1 package not found
Very strange, because this exact same build is working fine on other branches/builds. Thoughts?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

Support Staff 1 Posted by Feodor Fitsner on 11 Mar, 2015 02:53 PM
I don't see a place where "nodejs_version" and "platform" variables are defined?
-Feodor
2 Posted by byron on 11 Mar, 2015 09:56 PM
Good point. I see that now. I think we were following examples from the web
and overlooked that piece, thinking it was something built-in. Thanks!
*Byron Sommardahl*
CTO, Co-Owner
Acklen Avenue | www.acklenavenue.com | 615-669-8239
1204 Elmwood Ave, Nashville, TN 37212
Acklen Avenue is a custom software development company committed to
creating quality software that people love to use.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:54 AM.