You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing an error with a dependency called sharp that prevents me from performing a file upload using cli.
OS: Ubuntu 22.04
Node version: v23.7.0
Cli tool installed using sudo npm i -g @internxt/cli
Steps to reproduce:
Perform login
Issue a file upload command
internxt upload file
Output
Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
See https://sharp.pixelplumbing.com/install
Expected
Not an error, possibly the chance to upload a file.
The text was updated successfully, but these errors were encountered:
I am experiencing an error with a dependency called sharp that prevents me from performing a file upload using cli.
OS: Ubuntu 22.04
Node version: v23.7.0
Cli tool installed using
sudo npm i -g @internxt/cli
Steps to reproduce:
internxt upload file
Output
Expected
Not an error, possibly the chance to upload a file.
The text was updated successfully, but these errors were encountered: