dennisreimann / uiengine

Workbench for UI-driven development
https://uiengine.uix.space/
MIT License
366 stars 25 forks source link

Must first install/ensure `npx` globally installed #20

Closed francoishill closed 6 years ago

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 92.679% when pulling 7c828ea3b0592049b46d090894f9683f03401f8b on francoishill:patch-1 into ad6c08efa06b5c2b1dfe8b4ebb70a733d8aff8dd on dennisreimann:master.

dennisreimann commented 6 years ago

Hi Francois, thanks for your contribution.

We currently target node v8.9.4, which ships with npm v5.6.0 – npx is included with npm since v5.2.0, so the npx command should be present already.

Which node and npm versions are you using?

francoishill commented 6 years ago

Cool thanks @dennisreimann that explains it. I have npm 5.0.0 and node 8.0.0, will now close this PR.

dennisreimann commented 6 years ago

Thanks nevertheless! Let me know in case you encounter trouble while checking out the project 👍🏻