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

Update closure-util #2197

Merged
merged 1 commit into from Jun 14, 2014
Merged

Update closure-util #2197

merged 1 commit into from Jun 14, 2014

Conversation

tschaub
Copy link
Member

@tschaub tschaub commented Jun 13, 2014

The closure-util package works on Node 0.8, 0.10, and 0.11 (as of this writing), but it requires an updated version of npm to install on Node 0.8. For the build to pass on Travis, we update npm before installing other dependencies. For others who are installing the openlayers package, nothing special is required for Node 0.10 and above. For users on Node 0.8, the openlayers package will only install with an updated version of npm. This can be installed with npm itself.

# this is only needed on Node 0.8
npm install -g npm

I'll add more complete instructions for using ol3 with Node after the Windows installation issues are addressed.

The closure-util package works on Node 0.8, 0.10, and 0.11 (as of this writing), but it requires an updated version of npm to install on Node 0.8.  For the build to pass on Travis, we update npm before installing other dependencies.  For others who are installing the openlayers package, nothing special is required for Node 0.10 and above.  For users on Node 0.8, the openlayers package will only install with an updated version of npm.  This can be installed with npm itself.

    npm install -g npm # only needed on Node 0.8
@marcjansen
Copy link
Member

Looks good to me, please merge.

tschaub added a commit that referenced this pull request Jun 14, 2014
@tschaub tschaub merged commit f1fe1a5 into openlayers:master Jun 14, 2014
@tschaub tschaub deleted the deps branch June 29, 2014 13:59
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

2 participants