metaplex-foundation / metaplex

A directory of what the Metaplex Foundation works on!
https://metaplex.com
Apache License 2.0
3.32k stars 6.26k forks source link

[Bug]: Command not found when I launch candy machine v2 #2009

Closed Androbadas closed 2 years ago

Androbadas commented 2 years ago

Which package is this bug report for?

candy machine cli

Issue description

Hello, I try to mint a nft collection with Candy Machine v2 but, I don't understand why the command are not found, and I have installed everything needed like ts node, node.js...

Do you know how to solve this errors ?

Thank you.

Command

ts-node C:/Users/luca6/solana-nft/metaplex/js/packages/cli/src/candy-machine-v2-cli.ts upload \
    .e devnet \
    .k C:/Users/luca6/solana-nft/.config/solana/devnet.json \
    .cp config.json \
    .c example \
    ./assets

Relevant log output

ts-node C:/Users/luca6/solana-nft/metaplex/js/packages/cli/src/candy-machine-v2-cli.ts upload \
error: required option '-k, --keypair <path>' not specified
PS C:\Users\luca6\solana-nft>     .e devnet \
.e : Le terme «.e» n'est pas reconnu comme nom d'applet de commande, 
fonction, fichier de script ou programme exécutable. Vérifiez         
l'orthographe du nom, ou si un chemin d'accès existe, vérifiez que    
le chemin d'accès est correct et réessayez.
+     .e devnet \
+     ~~
    + CategoryInfo          : ObjectNotFound: (.e:String) [], Comman  
   dNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

PS C:\Users\luca6\solana-nft>     .k C:/Users/luca6/solana-nft/.config/solana/devnet.json \
.k : Le terme «.k» n'est pas reconnu comme nom d'applet de commande, 
fonction, fichier de script ou programme exécutable. Vérifiez         
l'orthographe du nom, ou si un chemin d'accès existe, vérifiez que    
Au caractère Ligne:1 : 5
+     .k C:/Users/luca6/solana-nft/.config/solana/devnet.json \       
+     ~~
    + CategoryInfo          : ObjectNotFound: (.k:String) [], Comman  
   dNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

PS C:\Users\luca6\solana-nft>     .cp config.json \
.cp : Le terme «.cp» n'est pas reconnu comme nom d'applet de 
commande, fonction, fichier de script ou programme exécutable.        
Vérifiez l'orthographe du nom, ou si un chemin d'accès existe,        
Au caractère Ligne:1 : 5
+     .cp config.json \
+     ~~~
    + CategoryInfo          : ObjectNotFound: (.cp:String) [], Comma  
   ndNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

PS C:\Users\luca6\solana-nft>     .c example \
.c : Le terme «.c» n'est pas reconnu comme nom d'applet de commande, 
fonction, fichier de script ou programme exécutable. Vérifiez         
l'orthographe du nom, ou si un chemin d'accès existe, vérifiez que    
Au caractère Ligne:1 : 5
+     .c example \
+     ~~
    + CategoryInfo          : ObjectNotFound: (.c:String) [], Comman  
   dNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

PS C:\Users\luca6\solana-nft>     ./assets*
./assets* : Le terme «./assets*» n'est pas reconnu comme nom 
d'applet de commande, fonction, fichier de script ou programme        
exécutable. Vérifiez l'orthographe du nom, ou si un chemin d'accès    
existe, vérifiez que le chemin d'accès est correct et réessayez.      
Au caractère Ligne:1 : 5
+     ./assets*
+     ~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (./assets*:String) [],  
    CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Operating system

Windows

Priority this issue should have

High (immediate attention needed)

Check the Docs First

stegaBOB commented 2 years ago

You are using . instead of - in front of your flags. You need to do something like -e devnet instead of .e devnet for all of the options

github-actions[bot] commented 2 years ago

This Issue has received no activity for 30 days. We will close it in 2 days, please reopen if you are still experiencing this issue.