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

Remove need to install gulp globally #1606

Merged
merged 3 commits into from
Sep 3, 2020

Conversation

Trott
Copy link
Contributor

@Trott Trott commented Aug 22, 2020

Use npx to run gulp-cli from node_modules instead of needing to install
globally. All currently supported versions of Node.js (as of this
writing 10.x, 12.x, and 14.x) ship with versions of npm that include
npx.

Use npx to run gulp-cli from node_modules instead of needing to install
globally. All currently supported versions of Node.js (as of this
writing 10.x, 12.x, and 14.x) ship with versions of npm that include
npx.
@Trott
Copy link
Contributor Author

Trott commented Aug 22, 2020

Had to update Node.js in the .travis.yml file for npx to work. (Well, really had to update npm, but the version of Node.js that was being used stopped being supported more than 3 years ago, so bumping it is hopefully a no-brainer. It's still using an unsupported version, but one that stopped being supported within the last year.)

@zerocrates
Copy link
Member

Looks good to me, let's try it out.

@zerocrates zerocrates merged commit b2df6e0 into omeka:develop Sep 3, 2020
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