Giter VIP home page Giter VIP logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 18, 2024
Very puzzling. I've touched start.sh recently and that might have changed 
something. Does running test.sh directly causes the same problem (just so we 
can tell what broke it).

We should be using the version of node and npm that's installed in third_party. 
Node is 0.10.1 and my installation says npm is 1.2.15. Your output says you are 
using node 0.6.12 and npm 1.1.4, so that explains why its failing, but I can't 
tell why it's not using the node / npm from third_party.

A quick thing you can try is wipe out third_party directory and retry. Also 
third_party/node-0.10.1/bin/npm is a soft link, so you might want to check the 
permission of the link target too.

Original comment by [email protected] on 14 Aug 2013 at 4:29

from oppia.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 18, 2024
tried but no result, I removed the third_party directory, again run the 
start.sh command, and also changed the permission using chmod +x 
third_party/node-0.10.1/bin/npm but nothing worked, while using chmod +x 
third_party/node-0.10.1/bin/npm there was no output. 
P.S I am newbie, anything else I need to try

Original comment by [email protected] on 14 Aug 2013 at 4:54

from oppia.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 18, 2024
Thanks for trying and reporting back.

One more quick thing you can try. Looks like you are finding your local 
installation of node (and possibly npm) instead of the ones in third_party. 
This might help to force it to use the one in third_party:

PATH=`pwd`/third_party/node-0.10.1/bin:$PATH; sh scripts/test.sh

Another way to try this -- you can edit scripts/start.sh and comment out this 
line:

sh scripts/test.sh

by inserting "#" to the beginning of the line as 

#sh scripts/test.sh

and run it as

sh scripts/start.sh


Original comment by [email protected] on 14 Aug 2013 at 6:58

from oppia.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 18, 2024
OP: Did any of these fixes work for you? I noticed from the OpenHatch IRC logs 
that you got this issue resolved. We would be interested to know the 
resolution, so that we can try and ensure that this does not happen for other 
users.

Original comment by [email protected] on 15 Aug 2013 at 4:51

from oppia.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 18, 2024
All I did, I re-installed the same in my home directory of ubuntu. That's it 

Original comment by [email protected] on 15 Aug 2013 at 5:19

from oppia.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 18, 2024
Thanks; marking as resolved.

One question of clarification: by 'the same', do you mean that you reinstalled 
the updated version of node in your home directory (so you are still using your 
local installation of node instead of the one in third_party, but the local 
installation is in a different place)?

Original comment by [email protected] on 15 Aug 2013 at 5:46

  • Changed state: WontFix

from oppia.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 18, 2024
I actually cloned the oppia into my home directory, then run the start 
scripts.sh command and voila! All hail good lord :D it worked. That's all

Original comment by [email protected] on 17 Aug 2013 at 2:51

from oppia.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.