tidev / hyperloop.next

Hyperloop Next version (we forgot the version number at this point)
Other
7 stars 4 forks source link

Publish to NPM? #358

Closed cr0ybot closed 2 years ago

cr0ybot commented 2 years ago

Is this a new repository for https://www.npmjs.com/package/hyperloop ? If so, why hasn't it been updated since v0.1.3 in 2014?

I have no idea how to install hyperloop updates, unless I'm not supposed to be able to.

EDIT: I think I understand now that I can download a release and place it in the global Titanium modules folder, though I found that I already have the latest installed. I just needed to change the hyperloop version in my tiapp.xml file:

<module version="7.0.4">hyperloop</module>

Still not sure why this is published on npm but not updated with the latest releases.

ewanharris commented 2 years ago

@cr0ybot I can't speak as to the real reason as to why that package isn't used, but I think this is more of a successor to that package rather than a direct replacement (module + build hook vs direct compiler).

The built module for this repo is included in the SDK install so there is no need to download or install it manually, unless you need an older version which are in Releases and installed like any module in the global modules dir or in an apps modules dir