Code Monkey home page Code Monkey logo

Comments (5)

tomicakorac avatar tomicakorac commented on May 16, 2024 2

@mythsunwind spot on! Thank you very much for the hint! This is a new computer, and I'm still forgetting important traits here and there. The disk's filesystem was FAT32, that's why it was failing.

I'm going to have to re-format it to NTFS as soon as I get some time. I'm pretty sure it will resolve my problem.

Thank you all again for your quick help. Wire rocks!

from wire-webapp.

lipis avatar lipis commented on May 16, 2024

In general when installing local dependencies with npm install you should never use sudo and it looks like your issues starts there so let's try to fix that first..

The following links might be quite helpful..

Try fixing the npm permissions and report back with your findings.

from wire-webapp.

tomicakorac avatar tomicakorac commented on May 16, 2024

@lipis thank you very much for the quick reply. Before going with sudo I did try to run the command without it, but I remember getting the same result, which by the way required from me to run the same command as Administrator. That's why I tried it again with sudo.

Anyway, following your reply, I purged everything from my system (that is, I fully deleted npm-related folders from my /home/{user} folder, and also the entire wire-webapp folder), followed the steps from your two links, made a fresh installation of wire-webapp and ran npm install. Unfortunately, I think I got the exact same result. Due to the length of the output, I'm only pasting here links to the paste-bins:

http://laravel.io/bin/yGJQL

As the output suggests, here's the content of my npm-debug.log:

http://laravel.io/bin/52Kz2 [*]

I'm not sure whether this matters, but my computer is Acer Cloudbook, meaning my processor is Intel Celeron N3050.

[*] EDIT: I just realized that my file's content got cut off. So here's the entire file here:

http://dit.rs/npm-debug.log

from wire-webapp.

mythsunwind avatar mythsunwind commented on May 16, 2024

The error message shows that npm has issues with creating symlinks in a certain directory. The name of the directory lets me guess it is an externally mounted filesystem.

Can you check if it is possible to create a symlink at all in a directory on /media/DATA128/ by using the command ln? Maybe it is a filesystem type that does not support or allow this. Also a good idea to check permission and owner of the directory.

Can you also specify which OS you are running?

from wire-webapp.

tomicakorac avatar tomicakorac commented on May 16, 2024

For anyone getting the same issue, I just learned that npm install --no-bin-links will in fact allow you to install packages on a FAT32 file system. I still haven't tested this with wire, but will come back with results when I do.

from wire-webapp.

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.