Closed emmettprexus closed 9 years ago
Looks like I'm supposed to use a config.js and setup scripts like:
module.exports = {
scripts: "./node_modules/express/lib/**/*"
};
But enclose --help gives me an error so It's not of much assistance :)
D:\project>enclose --help
error Value for 'help' of type 'String' required.
How do I get enclose to read the config file? And is my above example correct?
Please try again with enclose 0.2.29. I seem to solve your issue. If not, please post the error that your application gives (not compilation warnings).
Hello,
Completely new to node.js and all this, but I seem to have some problems that might not be because of me! :-) I'm getting this error when running: "enclose yoxy.js"
Is this something that can be fixed by me, or is it Enclosure that causes the trouble?
I'm using express, request and concat-stream all installed using the "npm install"-command.
// Yoc.