# node **Repository Path**: c332030/node ## Basic Information - **Project Name**: node - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-28 - **Last Updated**: 2026-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = node docker run [source,shell] ---- docker run --rm \ -v "$(pwd)":/data \ -w /data \ node:18 \ sh -c "npm i && npm run build" ----