Closed as not planned
Description
Prerequisites
- I have written a descriptive issue title
- I have searched existing issues to ensure the issue has not already been raised
Issue
Description
For aarch64 platform, I have built " Mongoose " from source.
Steps
Following STEPS (https://github.com/Automattic/mongoose#installation) were used for the building and installation:
sudo apt update
sudo apt install build-essential cmake git wget –y
wget https://github.com/Automattic/mongoose/archive/refs/tags/8.4.1.tar.gz
tar -xvf 8.4.1.tar.gz
cd mongoose-8.4.1
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt install -y nodejs
node -v
npm -v
npm install mongoose
npm test
Outcome
To validate that the build was successful we ran version Check. The version info returned matched the expected value(s).
npm list mongoose
[email protected] /home/ubuntu/anil/mongoose/mongoose-8.4.1
All this information is also added to Software Ecosystem Dashboard for Arm (https://www.arm.com/developer-hub/ecosystem-dashboard/).