-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Unable to install in Termux #1889
Comments
Does forcing the platform to be Linux rather than Android help? npm install --platform=linux sharp |
All there was to it. |
This let me install node_modules but when I'm trying to execute its checking for the platform and throwing an error due to platform mismatch
|
Hello ! Please try this option add package |
Also you can try to install ubuntu 20 and install v packages
|
* refactor: - remove redundant `PropsWithChildren` - add granular theme override for: Datepicker, Dropdown, Modal, Navbar, Rating, Sidebar, Table, Timeline, Toast * fix: sidebar tests * add `sharp` for image optimisations * granular theming for `TableHead`, `TableBody` passing down custom theme object to `TableHeadCell` and `TableCell` * fix naming convention * granular theming for: - `TimelineItem` -> [`TimelinePoint`, `TimelineContent`] - `TimelineContent` -> [`TimelineTime`, `TimelineTitle`, `TimelineBody`] * refactor(components): explicit exports; avoid "component undefined" erorr in RSC * tests: add typesafety to custom `theme` object --------- Co-authored-by: Sebastian Sutu <sebastian.sutu@sensidev.com>
I get an even bigger error with that command. npm error code 1 |
@weskerty Please upgrade to the latest version. If you still require help please open a new installation issue and answer all of the questions. |
Here's the terminal output:
Any suggestions of how to resolve this would be appreciated.
The text was updated successfully, but these errors were encountered: