You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
I am trying to use your Nodejs.redist.x64 8.2.0 nuget package on Nuget.org. When I try to install the package, I get this error: "The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters." It seems to be caused by the nested node_modules folders under the pacote module.
Is there a way you could flatten the npm node modules in the nuget?
The text was updated successfully, but these errors were encountered:
Most likely that's related to nuget cache location (NuGet/Home#3324).
You can check those using: nuget locals all -list
As a workaround when installing locally - you can avoid cache by using: nuget install Nodejs.Redist.x64 -directdownload (or dotnet restore --no-cache)
Speaking of repackaging: the risk of breaking something is too high, I've tried to do it once, but npm failed while resolving one of the dependent packages.
I am trying to use your Nodejs.redist.x64 8.2.0 nuget package on Nuget.org. When I try to install the package, I get this error: "The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters." It seems to be caused by the nested node_modules folders under the pacote module.
Is there a way you could flatten the npm node modules in the nuget?
The text was updated successfully, but these errors were encountered: