This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Description
I'm getting an error during the npm-install task on jenkins.
It does not happen on my laptop.
Is it related to the creation of symlinks by kotlin-frontend-plugin or does it have to do with the sshpk package?
> Task :project-name:npm-install
This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/****/.npm/_logs/2018-09-11T13_02_07_770Z-debug.log
> Task :project-name:npm-install FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Failed to capture snapshot of output files for task ':project-name:npm-install' property 'nodeModulesDir' during up-to-date check.
> Could not list contents of '/home/****/workspace/branch-name-FACF4TVG7P6H2BWZ6GEOOHEHVOLEGAOYJLNDTNB4TPXH5I4QBIZA/project-name/build/node_modules/.bin/sshpk-conv'. Couldn't follow symbolic link.
It looks a little bit like this:
srs/gradle-node-plugin#202