Git Product home page Git Product logo

Comments (6)

rejetto avatar rejetto commented on September 27, 2024

it seems you are missing "g++" on your rasp, required by a new module i use in 0.46 .
I didn't know about this new requirement. 🙁
It also seems that I cannot automate its installation. For the time being I will have to specify it on the README.
I have g++ on my raspberry. See if you can install it, and possibly share how you solve here, for other users.

i just ran 0.46.0 like this, with npx
image

but also without npx

rejetto@raspberrypi:~ $ sudo npm i -g [email protected] 

added 145 packages in 21s

23 packages are looking for funding
  run `npm fund` for details

successful.

from hfs.

ZXY101 avatar ZXY101 commented on September 27, 2024

Yeah I read that and thought the same.

How can I install g++ directly?

I have node-gyp installed and their docs say I need:
"A proper C/C++ compiler toolchain, like GCC"

but gcc is installed so I'm not sure what I'm missing.

from hfs.

ZXY101 avatar ZXY101 commented on September 27, 2024

fs-extended-attributes seems to be a super outdated package that hasn't been updated in 5 years.

I get the same error if I try to install it directly npm install -g fs-extended-attributes.

Is there no alternatives? What package is depending on it and can we maybe patch it?

from hfs.

rejetto avatar rejetto commented on September 27, 2024

i'm no linux user. I googled for it and found sudo apt-get install build-essential to get g++

from hfs.

ZXY101 avatar ZXY101 commented on September 27, 2024

Ah that looks like it did it, I thought gcc would be enough.

Thanks for the help.

Steps to resolve:

  1. sudo apt-get install build-essential
  2. npm i -g [email protected]

from hfs.

rejetto avatar rejetto commented on September 27, 2024

cool.
i noticed that while several platforms are prebuilt, linux-arm is not.
I'm not sure if I can do something about it, like forking and injecting another file for linux-arm. It would be cool if someone else could look into it.

fs-extended-attributes seems to be a super outdated package that hasn't been updated in 5 years.

and yet it's the best I've found

from hfs.

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.