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 was archived by the owner on Dec 18, 2017. It is now read-only.
We enumerate folders in packExclude. This breaks when we try to enumerate node_modules folder since the file path can be long due to the deep nesting structure of node_modules
Repro steps
Create a starter web.
Delete the node_module
Close the App.
Reopen the app to force a restore. This will restore the node_module folder.
Do Kpm pack and you will run into the following exception
System.IO.PathTooLongException: 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.
The text was updated successfully, but these errors were encountered:
We enumerate folders in packExclude. This breaks when we try to enumerate node_modules folder since the file path can be long due to the deep nesting structure of node_modules
Repro steps
System.IO.PathTooLongException: 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.
The text was updated successfully, but these errors were encountered: