Giter Site home page Giter Site logo

Comments (7)

raisedadead avatar raisedadead commented on August 17, 2024 1

@Bouncey is on a similar setup, I guess. Can you try and bump your node to the latest LTS (8.11.x)

from learn.

raisedadead avatar raisedadead commented on August 17, 2024

Can't reproduce, can you please share your system config?

from learn.

tchaffee avatar tchaffee commented on August 17, 2024

Ubuntu 16.04.4 LTS
npm v5.3.0
yarn v1.6.0
node v8.1.4

Let me know if there is any other info you need. Thanks!

from learn.

tchaffee avatar tchaffee commented on August 17, 2024

@raisedadead That got me past that error. Now I'm getting a new one.

...
success onPostBootstrap — 0.000 s

info bootstrap finished - 7.168 s

ERROR  Failed to compile with 3 errors                                                                                                                                                                                               17:44:25

These dependencies were not found:

These dependencies were not found:

* /home/tc/ws/learn/.cache/json/javascript-algorithms-and-data-structures-object-oriented-programming-use-closure-to-protect-properties-within-an-object-from-being-modified-externally.json in ./.cache/sync-requires.js
* /home/tc/ws/learn/.cache/json/javascript-algorithms-and-data-structures-functional-programming-use-the-every-method-to-check-that-every-element-in-an-array-meets-a-criteria.json in ./.cache/sync-requires.js
* /home/tc/ws/learn/.cache/json/javascript-algorithms-and-data-structures-functional-programming-use-the-some-method-to-check-that-any-elements-in-an-array-meet-a-criteria.json in ./.cache/sync-requires.js

To install them, you can run: npm install --save /home/tc/ws/learn/.cache/json/javascript-algorithms-and-data-structures-object-oriented-programming-use-closure-to-protect-properties-within-an-object-from-being-modified-externally.json /home/tc/ws/learn/.cache/json/javascript-algorithms-and-data-structures-functional-programming-use-the-every-method-to-check-that-every-element-in-an-array-meets-a-criteria.json /home/tc/ws/learn/.cache/json/javascript-algorithms-and-data-structures-functional-programming-use-the-some-method-to-check-that-any-elements-in-an-array-meet-a-criteria.json

I tried following the instructions, but I get this:

# npm install --save /home/tc/ws/learn/.cache/json/javascript-algorithms-and-data-structures-object-oriented-programming-use-closure-to-protect-properties-within-an-object-from-being-modified-externally.json

npm ERR! path /home/tc/ws/learn/.cache/json/javascript-algorithms-and-data-structures-object-oriented-programming-use-closure-to-protect-properties-within-an-object-from-being-modified-externally.json/package.json
npm ERR! code ENAMETOOLONG
npm ERR! errno -36
npm ERR! syscall open
npm ERR! ENAMETOOLONG: name too long, open '/home/tc/ws/learn/.cache/json/javascript-algorithms-and-data-structures-object-oriented-programming-use-closure-to-protect-properties-within-an-object-from-being-modified-externally.json/package.json'

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/tc/.npm/_logs/2018-05-02T20_45_00_933Z-debug.log

Any ideas? Thanks!

from learn.

raisedadead avatar raisedadead commented on August 17, 2024

Hmm this looks something similar to #28

from learn.

scissorsneedfoodtoo avatar scissorsneedfoodtoo commented on August 17, 2024

Yes, I think that's the same problem I'm having. @tchaffee, is your /home directory encrypted by any chance?

If so, the problem is that the max filename length with encryption using eCryptfs, which I believe Ubuntu uses by default, is 143 characters. A temporary workaround is just to go into /seed/challenges and to find those three challenge titles and shorten them manually. Then you should be able to complete the build.

from learn.

tchaffee avatar tchaffee commented on August 17, 2024

@scissorsneedfoodtoo Yes, encrypted home dir. Shortening the lesson descriptions worked for me. Thanks!

from learn.

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.