Luca Nardi

Results 4 issues of Luca Nardi

I'm hitting this error building a TS library: ``` InstallError: InstallError at Object.installPackage (C:\Users\myuser\mylib\node_modules\package-build-stats\build\utils\installation.utils.js:140:15) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async Object.getPackageStats (C:\Users\myuser\mylib\node_modules\package-build-stats\build\getPackageStats.js:78:5) at async Object.calculateBundlephobiaStats (C:\Users\myuser\mylib\node_modules\rollpkg\dist\bundlephobiaStats.js:35:30) at async Object.progressEstimator (C:\Users\myuser\mylib\node_modules\progress-estimator\src\logger.js:58:27) at...

If the Update 5 of Visual Studio 2013 is not installed, the extension throws a "LIBNOTFOUND" error when started. Installing the aforementioned update solves the issue.

I'm facing [this issue](https://github.com/rafgraph/rollpkg/issues/17) which is apparently triggered by this line of `package-build-stats`: https://github.com/pastelsky/package-build-stats/blob/3545073258d34803af39ab267999d9fc46f337a0/src/utils/installation.utils.ts#L18 The error message ("tail: invalid option -- 1") is not very helpful. I have tried to...

**Bug Description** During deploy, if the action tries to delete a folder that, for whatever reason, no longer exists on the server, it throws an error. I think that in...