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
Hello I am using the grunt-crx-pack grunt extension which uses your library.
It runs into an error packaging a chrome extension on Windows.
{ [Error: ENOTDIR: not a directory, scandir 'D:\chrome\listOfLists\dist\delete.png']
errno: -4052,
code: 'ENOTDIR',
syscall: 'scandir',
path: 'D:\\chrome\\listOfLists\\dist\\delete.png' }
Error: ENOTDIR: not a directory, scandir 'D:\chrome\listOfLists\dist\delete.png'
at Error (native)
AT first I suspected wrench which claims to be a deprecated package.
But when I tried to replace the wrench.copyRecursive() call with fs-extra.copy() I ran into another problem.
I just want to automate the packaging of the extension and grunt seemed the right tool.
The text was updated successfully, but these errors were encountered:
Hello I am using the grunt-crx-pack grunt extension which uses your library.
It runs into an error packaging a chrome extension on Windows.
AT first I suspected wrench which claims to be a deprecated package.
But when I tried to replace the wrench.copyRecursive() call with fs-extra.copy() I ran into another problem.
I just want to automate the packaging of the extension and grunt seemed the right tool.
The text was updated successfully, but these errors were encountered: