This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Description
Hello,
I hope all is well.
We are trying to install this application on an aws-ec2 Linux instance unfortunately we are running into the same issue over and over after installing all possible packages. Please see our steps and error message
1- git clone https://github.com/Autodesk-Forge/forge-dataviz-iot-reference-app.git into our ec2
2- cd forge-dataviz-iot-reference-app
npm install
error start here
WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated [email protected]: request has been deprecated, see request/request#3142
npm ERR! code 1
npm ERR! path /home/ec2-user/forge-dataviz-iot-reference-app/node_modules/node-sass
npm ERR! command failed
npm ERR! command sh -c node scripts/build.js
Please let me know if you would need more information and thank you for the great work.