stage('install') {
    steps {
        echo 'starting installing'
        sh 'npm install'
    }
}