citgm icon indicating copy to clipboard operation
citgm copied to clipboard

CITGM and asdf

Open H4ad opened this issue 2 years ago • 1 comments

I use asdf as my package manager.

I'm trying running citgm but I got this error:

h4ad:node-copy-4/ (backport-48383-to-18✗) $ citgm underscore                                                                                                                                                                                                         [23:24:55]
info: starting            | underscore          
info: lookup              | underscore          
info: underscore npm:     | Downloading project: underscore
error: failure             | Failure getting project from npm                                                                                                       
error:                     | /home/h4ad/.asdf/plugins/nodejs/shims/npm: line 14: cd: /tmp/ae5f42c2-74da-4d1b-af48-699826634741/home/.asdf: No such file or directory
error: failing module(s)   |                     
error: module name:        | underscore          
error: version:            |                     
error: error:              | Failure getting project from npm                                                                                                       
error:                     | /home/h4ad/.asdf/plugins/nodejs/shims/npm: line 14: cd: /tmp/ae5f42c2-74da-4d1b-af48-699826634741/home/.asdf: No such file or directory
error: error:              | undefined           
error: done                | The smoke test has failed.
info: duration            | test duration: 35ms

Does anyone have some hints about how I can fix this issue?

H4ad avatar Oct 16 '23 02:10 H4ad

That seems something related to your package manager (underscore not found)

RafaelGSS avatar Oct 17 '23 05:10 RafaelGSS