-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
calm-cli install failing on Mac OS #645
Comments
I don't get an error using the same setup % sw_vers
ProductName: macOS
ProductVersion: 15.1.1
BuildVersion: 24B91
% node -v
v22.11.0
npm -v
10.9.0
% sudo npm install -g @finos/calm-cli
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated [email protected]: This package is no longer supported.
added 343 packages in 28s
38 packages are looking for funding
run `npm fund` for details
% calm --version
0.2.5
% calm --help
Usage: calm [options] [command]
A set of tools for interacting with the Common Architecture Language Model (CALM)
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
visualize [options] Produces an SVG file representing a visualization of the CALM Specification.
generate [options] Generate an instantiation from a CALM pattern file.
validate [options] Validate that an instantiation conforms to a given CALM pattern.
help [command] display help for command Do you by any chance have a global install of node-gyp? What do you see if you run |
% npm ls -g |
What version of python do you have installed? |
% python3 --version |
What if you just run |
it is now. python3 was installed by home brew
it still seems I'm getting errors
|
Bug Report
Steps to Reproduce:
Expected Result:
successful install
Actual Result:
Environment:
% sw_vers
ProductName: macOS
ProductVersion: 15.1.1
BuildVersion: 24B91
% node -v
v22.11.0
% npm -v
10.9.0
The text was updated successfully, but these errors were encountered: