stage('install') {
    echo 'starting installing'
    sh 'npm install --unsafe-perm'
}