-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update for node 0.6.x #39
base: master
Are you sure you want to change the base?
Conversation
…ke it for some reason
…l in lib/server.js
+1 |
4 similar comments
+1 |
+1 |
+1 |
+1 |
You guys do know that this project is probably dead so someone should maintain a fork instead? |
+1 |
It's a great nice awesome project, why it shall be dead? anyone can pinpoint any maintaned fork? |
With require.paths commented out, seeing this error: node.js:201 |
Apart from commenting out/removing the require.unshift line, the following change is needed: -Script = process.binding('evals').Script; |
This issue is 5 months old. Is this project dead ? |
Is LinkedIn's fork basically the canonical version of dust.js now that the original can't run on current node? |
Yes it can't. There's an API change after 0.4 that breaks the original version. Also the original is no longer being maintained, you should be using the LinkedIn version which is in active development. |
can you update the npm script to pull dust.js from linkedin if that is official now? |
require.paths has been removed in node 0.6.x, I've commented out the unshift call, but I'm not sure what purpose that line was serving. If the unshift call is essential you may need to find a way to modify the NODE_PATH and spawn a new process instead...