mtasa-typescript / resource-boilerplate

MTASA TypeScript Resource Boilerplate
25 stars 4 forks source link

📃 Wrong command Given #51

Open ammartalpur opened 3 years ago

ammartalpur commented 3 years ago

The command you given to make a new project that is npx mtasa-lua-utils new-project which is wrong. The actually command is npx mtasa-lua-utils@beta new-project

Toliak commented 3 years ago

@beta is used for specifying the version. If not specified, Latest version will be used.

Both commands are correct. But I would recommend to use latest version instead of beta.

ghost commented 2 years ago

you should close this