Skip to main content
0 votes
1 answer
70 views

whenever I use any command in npm I get below error npm --version /usr/local/lib/node_modules/npm/lib/cli.js:48 throw err ^ Error: Cannot find module 'node-gyp/bin/node-gyp.js' Require stack: ...
user51's user avatar
  • 10.6k
0 votes
1 answer
203 views

I'm trying to install Ruby 3.1.0 on my machine, but it fails with: BUILD FAILED (ManjaroLinux 25.0.2 on x86_64 using ruby-build 20250529.1) It works with version 3.2.0 and up. I can't figure what is ...
paulodiovani's user avatar
  • 1,325
0 votes
1 answer
67 views

I noticed that both compile-bundle-op and monolithic-compile-bundle-op work as expected on traditional projects. That is, generating the FASL files: # compile-bundle-op FASL <asdf-fasl-project-...
Sebastian Carlos's user avatar
1 vote
1 answer
76 views

I'm starting to delve into Common Lisp's ASD Facility and am wondering, whether asdf:require-system is still useful in the described way. That is: With this function it is "appropriate to load ...
Demihm Seinname's user avatar
3 votes
2 answers
35k views

I'm missing an obvious part of ASDF / quickload / sly, and it's starting to drive me nuts. It's mostly about the developer experience, but as I can't go past the very first steps, I'm unable to work ...
phtrivier's user avatar
  • 13.5k
1 vote
1 answer
345 views

I have a server with several users. Even after reading the documentation and changing the environment variables, I can't manage to change the installation path for the packages so that they are ...
Bartholome SIMPSON's user avatar
8 votes
4 answers
6k views

I recently reinstalled asdf so that it would follow the recommended installation method of installing straight from git rather than homebrew. I am using oh-my-zsh on MacOS. However, I started seeing ...
bjliu's user avatar
  • 372
0 votes
1 answer
171 views

I am trying to install python 3.8.18 using asdf. I am using this command asdf install python 3.8.18 However, I keep getting this error python-build 3.8.18 /Users/frank/.asdf/installs/python/3.8.18 ...
walker dune's user avatar
1 vote
1 answer
68 views

I successfully did load clsql with quicklisp. Loading of a source file with function definitions, which use clsql, was also successfull. When executing a clsql function I am getting this error. (clsql:...
klk2ptx's user avatar
  • 99
0 votes
1 answer
78 views

To better understand how :around-compile works, I would like to track (ie, printout) which component file is currently being compiled. The ASDF Manual seems to imply that the value can be a lambda ...
davypough's user avatar
  • 1,951
1 vote
1 answer
46 views

asdf install erlang 12.3.4.11 failed to compile due to openssl 3.0 having removed FIPS_mode. By setting the environment variable KERL_AUTOCLEAN=0 the sources are preserved and I was able to fix the ...
Rashid's user avatar
  • 51
1 vote
1 answer
83 views

I built a binary, I run it on the server and I get: ;; Error while trying to load definition for system asdf from pathname ;; /home/vince/common-lisp/asdf/asdf.asd: ;; couldn't load #P"/home/...
Ehvince's user avatar
  • 18.7k
3 votes
1 answer
99 views

Using SBCL 2.0.3 the following script #!/usr/local/bin/sbcl --script (load "~/quicklisp/setup.lisp") (ql:quickload :cffi) ...
Maxim's user avatar
  • 129
1 vote
1 answer
226 views

Suppose that asdf is installed and we are using python 3.8.19. How to run "jupyter lab" as the regular command jupyter-lab notebook should be referenced in PATH and not working. On the other ...
OmG's user avatar
  • 19k
0 votes
1 answer
575 views

I want to run a legacy rails app to interact with it as an end point. I am not allowed to update it but am only required to set it up Its documentation requires ruby -v 2.5.3 and is bundled with 2.4....
89Tain's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
16