Open ammartalpur opened 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
npx mtasa-lua-utils new-project
npx mtasa-lua-utils@beta new-project
@beta is used for specifying the version. If not specified, Latest version will be used.
@beta
Both commands are correct. But I would recommend to use latest version instead of beta.
you should close this
The command you given to make a new project that is
npx mtasa-lua-utils new-project
which is wrong. The actually command isnpx mtasa-lua-utils@beta new-project