Recently I saw that express creates a symbolic link during installation. PoC: Try installing Express on Vagrant . You would get an error to create a symbolic link. To prevent an error, you will need to use the - no-bin-links flag . Question: why is the expression required to create a symbolic link, and if we prevent the creation of symbolic links, does this affect the execution method?
According to the sources, you can skip symbolic links with the following command:
npm config set bin-links false
, Linux .
Source: https://habr.com/ru/post/1692749/More articles:SceneKit equivalent for Android? - arcorehttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1692745/solresol-words-to-array-in-js-using-regex&usg=ALkJrhj5tfgOdKG9duBmX17lqCgwXFnxQwHow to return from some time - c ++Modify the existing one and copy to a new table in SQLServer using dplyr without using - sql-servercyclic moving around the table and saving a certain cell in the array, if the row is checked - javascriptnvd3 scattered chart: bullet stickers - plothow to wait for localStorage.setItem to end in angular 4 - javascriptError installing NPM using package.json - vagrantNpm errors when I try to install dependencies in loopback (strongloop) webapp - node.jsZombies: Archiving failed with the integration menu - iosAll Articles