Path is a directory: cp returned EISDIR (./cache is a directory (not copied)) ./cache
I am facing the following error. It is using NWjs and the command I am using to build is:
Compiling with Nwbuild ReferenceError: primordials is not defined
I made a simple app that uses fs
and os
as two packages in nodejs and used nwbuild to build the app. But it is giving me the following error: