If you try to install this package on windows using npm install vue-truncate-filter you get the following error:
155 error code ENOTDIR
156 error errno -4058
After analyzing, this seems to happen because the tgz file of the application contains a file called \, while this is not a problem on unix based systems, this seems to case major problem for Windows based platforms
If you try to install this package on windows using
npm install vue-truncate-filter
you get the following error:After analyzing, this seems to happen because the tgz file of the application contains a file called
\
, while this is not a problem on unix based systems, this seems to case major problem for Windows based platformsFull error: