Giter Site home page Giter Site logo

Problems installing about csound-api HOT 5 CLOSED

nwhetsell avatar nwhetsell commented on June 2, 2024
Problems installing

from csound-api.

Comments (5)

nwhetsell avatar nwhetsell commented on June 2, 2024

This isn’t an issue with installing csound-api (using npm install csound-api). This is (expected) output when installing Csound using brew install csound after installing Csound using an installer from https://github.com/csound/csound/releases.

Csound installers from https://github.com/csound/csound/releases put binaries (like atsa and csound) in /usr/local/bin, and so does Homebrew. However, Homebrew won’t overwrite binaries that are already in /usr/local/bin. To fix this, you should do what the error message says, specifically:

To force the link and overwrite all conflicting files:
brew link --overwrite csound

To list all files that would be deleted:
brew link --overwrite --dry-run csound

from csound-api.

 avatar commented on June 2, 2024

Thank you. Those messages still coming up to me and I cannot install ide-csound on Atom at my macmini. I have already done what you tou taught, but still got the problem. This is my Terminal csound-api installing message:
Mac-mini-de-Marcelo-2:~ marcelocarneiro$ npm install csound-api

[email protected] install /Users/marcelocarneiro/node_modules/csound-api
node-gyp rebuild

CXX(target) Release/obj.target/csound-api/src/csound-api.o
SOLINK_MODULE(target) Release/csound-api.node
npm WARN saveError ENOENT: no such file or directory, open '/Users/marcelocarneiro/package.json'
npm WARN enoent ENOENT: no such file or directory, open '/Users/marcelocarneiro/package.json'
npm WARN marcelocarneiro No description
npm WARN marcelocarneiro No repository field.
npm WARN marcelocarneiro No README data
npm WARN marcelocarneiro No license field.

  • [email protected]
    updated 1 package and audited 3 packages in 4.782s
    found 0 vulnerabilities

Thanks!

from csound-api.

nwhetsell avatar nwhetsell commented on June 2, 2024

This isn’t an error. This is npm telling you that you’re installing csound-api in your home directory (/Users/marcelocarneiro) instead of a directory containing a Node.js package. Your home directory—marcelocarneiro—has no description, no repository field, no README data, and no license field. Installing a package like NAN (12 million downloads per week) in your home directory using npm install nan should produce the same output.

from csound-api.

 avatar commented on June 2, 2024

from csound-api.

nwhetsell avatar nwhetsell commented on June 2, 2024

If you can install ide-csound and linter-csound on your MacBook but not your Mac mini, that means the Mac mini is configured differently from the MacBook, and the difference in configuration is preventing installation of ide-csound and linter-csound. Without more information, I cannot assist in resolving this misconfiguration.

I’m assuming you resolved the xcode-select error I remarked on at nwhetsell/ide-csound#7 (comment).

What is the output of running on your Mac mini:

apm install ide-csound

and:

apm install linter-csound

in Terminal?

If you provide this output, please enclose it in triple backticks, like this—

```
⟨output⟩
```

—so I can read it easily. You may also want to read https://guides.github.com/features/mastering-markdown/.

Also, I set up Travis CI for ide-csound to test installation on macOS (and Linux). The macOS (and Linux) tests are passing, so I’m quite certain that ide-csound can be installed.

from csound-api.

Related Issues (17)

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.