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
Looks like @vsemozhetbyt is right. It seems that this is associated with node's implementation of fs.realpath. Can you try requiring the same module from node.js. Please use the same version as that of nw0.15.4
My
%TEMP%
is on a ram diskZ:\Temp
I pack my app with
nw-builder
so that the app is appended to the end ofnw.exe
My app has a
node_modules
directory with a libraryminimist
When I call
require('minimist')
, it throws exceptionIf you check that path, the js file actually exists.
If I set
%TEMP%
and%TMP%
to a real hard disk, such asC:\Temp
, the packednw.exe
loads the libraryminimist
successfully.The text was updated successfully, but these errors were encountered: