idflood / ThreeNodes.js

vvvv "clone" in javascript/webgl
http://idflood.github.com/ThreeNodes.js/
Other
2.18k stars 316 forks source link

forbidden on screen.css #24

Open Evgenus opened 11 years ago

Evgenus commented 11 years ago
Error: Forbidden
    at SendStream.error (i:\JavaScript\three.js\ThreeNodes.js\node_modules\express\node_modules\send\lib\send.js:142:16)
    at SendStream.pipe (i:\JavaScript\three.js\ThreeNodes.js\node_modules\express\node_modules\send\lib\send.js:307:52)
    at Object.static (i:\JavaScript\three.js\ThreeNodes.js\node_modules\express\node_modules\connect\lib\middleware\static.js:78:8)
    at next (i:\JavaScript\three.js\ThreeNodes.js\node_modules\express\node_modules\connect\lib\proto.js:190:15)
    at module.exports (i:\JavaScript\three.js\ThreeNodes.js\node_modules\stylus\lib\middleware.js:181:46)
    at i:\JavaScript\three.js\ThreeNodes.js\node_modules\stylus\lib\middleware.js:215:20
    at Object.oncomplete (fs.js:297:15)

Have no idea why. It is Win7. No write protection. Fresh version.

idflood commented 11 years ago

Hi,

I've never tested this on windows, will see what I find. It should works but apparently there are some issues with specific versions of node.js & express.

reference: http://stackoverflow.com/questions/9091099/node-js-and-express-on-windows

idflood commented 11 years ago

I've tried to install threenodes on windows xp and everything looks good. Have you installed a 0.6x version of node.js? Here is a link to the version I installed: http://nodejs.org/dist/v0.6.20/node-v0.6.20.msi

I've also recently changed the required version of some node modules, so maybe you can try to execute again the "npm install -d" command (after updating the git repo wit "git pull origin master").

Hope this helps.

Evgenus commented 11 years ago

Have you installed a 0.6x version of node.js?

It is 0.8.1. Should I install 0.6.x?

idflood commented 11 years ago

This should be possible to have threenodes.js working with node 0.8.1 but apparently there are some changes required to make it compatible. I will try to fix this as soon as possible but it will not be this week. On 0.6.20 it's working well so if you have no other projects requiring node.js downgrading is the easiest solution.