ThreeNodes.js icon indicating copy to clipboard operation
ThreeNodes.js copied to clipboard

forbidden on screen.css

Open Evgenus opened this issue 13 years ago • 4 comments

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.

Evgenus avatar Jul 15 '12 02:07 Evgenus

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 avatar Jul 18 '12 08:07 idflood

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.

idflood avatar Jul 23 '12 09:07 idflood

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

It is 0.8.1. Should I install 0.6.x?

Evgenus avatar Jul 24 '12 15:07 Evgenus

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.

idflood avatar Jul 26 '12 05:07 idflood