GithubHelp home page GithubHelp logo

Comments (2)

miroslavpejic85 avatar miroslavpejic85 commented on June 11, 2024

The npm install process encountered an error while trying to remove a temporary directory. Specifically, the error message rm: can't remove '/tmp/v8-compile-cache-0/10.2.154.26-node.28': Invalid argument indicates that there might be an issue with the removal of this directory.

  1. Check Permissions: Ensure that the user running Docker has appropriate permissions to remove files and directories from /tmp. Sometimes, permission issues can prevent the removal of files, resulting in errors like the one you're seeing.

  2. Manually Clean Up: If the error persists, you might try manually removing the problematic directory (/tmp/v8-compile-cache-0/10.2.154.26-node.28) from your host system. Then try re-running the Docker build.

If you require further assistance, we kindly request that you utilize our forum join us help & support channel.

Thank you for your cooperation!

from mirotalk.

chadniko avatar chadniko commented on June 11, 2024

For anyone with this issue:
Running under Proxmox LXC Ubuntu 20.04 container with docker.
Got this going by commenting out a few things in the Dockerfile:
RUN
npm install
# npm install &&
# npm cache clean --force &&
# rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* /usr/share/doc/*

Noticed this when comparing with the Dockerfile of MirotalkSFU which I had running....

from mirotalk.

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.