igorklopov / enclose

Compile your Node.js project into an executable
http://enclosejs.com
Other
936 stars 43 forks source link

Not working with node-forge #46

Closed micksatana closed 9 years ago

micksatana commented 9 years ago

I got this error when run enclose with node-forge module inside my script

info Cannot resolve 'require(dep)' Use a string literal as argument for 'require', or leave it as is and specify the resolved file name in 'scripts' option

I can fix by creating a new file dictionary/node-forge.js as following module.exports = { scripts: [ "js/*.js" ] };

but the problem is it still shows many warning. so i assume i'm not fixing it correctly.

igorklopov commented 9 years ago

node-forge seems to be fixed. Please try with latest 1.0.1