Git Product home page Git Product logo

Comments (6)

topless avatar topless commented on June 16, 2024

Which got things even worse, actually since its not appearing at /usr/env/bin/ I have removed everything and added nodejs from ppa:chris-lea/node.js and everything seems to be normal. I ll close it for now, but maybe there is something we should keep an eye on.

from gae-init.

mdxs avatar mdxs commented on June 16, 2024

Using Xubuntu 14.04 in a VM, I've seen similar issues starting clean... I recall that I had to ./run.py -C and ./run.py -s a few times in order to kick it into gear. Seemed like on first try it didn't get all the node or bower stuff. On the other hand, I might not have followed the fine manual to the letter...

from gae-init.

lipis avatar lipis commented on June 16, 2024

@mdxs It's tricky because sometimes some of the installations are not completing successfully so some of the files might be missing in the end before running the ./run.py -s and the -C basically tries again.

It's actually even harder to get it with the first run on different Windows versions and at one point we might want to write somewhere the common problems during the first run..

from gae-init.

mdxs avatar mdxs commented on June 16, 2024

Will try to make notes (and compare with docs/manual) on next clean setup...

from gae-init.

topless avatar topless commented on June 16, 2024

I noticed also in bower install it gets "stuck". What I usually do in order not to wait after run.py -C I Ctrl+C when bower install, I let it install the pip things and start the server. On a separate terminal I rm -r node_modules && npm install which resolves nicely. What I notices is if we pass a parameter registry in run.py, npm install --registry http://registry.npmjs.eu/ it usually works out of the box, so I am guessing are failed resolves from .org npm repositories.

from gae-init.

topless avatar topless commented on June 16, 2024

Another trick I pulled, in the past is to install node-legacy package (sudo apt-get install node-legacy), which fixed the issue since it referes to node as node and not as nodejs. I hope it helps somehow in your research.

from gae-init.

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.