fuse-open / fuse-sdk

Build beautiful, high-performance iOS and Android apps with a single codebase
https://fuseopen.com
MIT License
27 stars 6 forks source link

add uno.js (beta-3.0) #7

Closed mortend closed 1 year ago

mortend commented 1 year ago

When installing fuse-sdk locally in an empty Node.js package, npm fails with an ENOENT error on some systems (MacBook Air M1 with npm v8.9.0).

This solves the problem by mapping the uno-command to a new script that dynamically loads the uno-module using the "require" function.

mortend commented 1 year ago

https://github.com/fuse-open/uno/pull/469