- Get link
- X
- Other Apps
- Get link
- X
- Other Apps
When you want to create project via Tizen CLI - Command line interface like below in Terminal.
tizen create web-project –p mobile-2.3 –t WebSinglePageApplication –n TizenEnchantjs -- /Users/poraweeraksasin/workspace_tizen
Press enter and you will got an error similar this.
Error: No argument is allowed: –p
Usage: tizen create web-project [args]
-- working directory Specify where the base directory is for
the command
--help (-h) Show detailed explanation for given
command
--name (-n) project name Specify project name.
--profile (-p) profile name Specify profile name. (Required)
--type (-t) predefined template name Specify template name. (Required)
tizen create web-project –p mobile-2.3 –t basic_ui –n basic -- /home/workspace
tizen create web-project -- /home/workspace –p mobile-2.3 –t basic_ui –n basicMove a part of argument [ -- working_directory ] to be after [ web-project ] leave other arguments as original structure.
tizen create web-project -- /Users/poraweeraksasin/Desktop/AIREnchantjs_proj/tizen -p mobile-2.3 -t WebSinglePageApplication -n TizenEnchantjs
-----------------------------------------------------
Starting web-project
-----------------------------------------------------
Project Location: /Users/poraweeraksasin/Desktop/AIREnchantjs_proj/tizen/TizenEnchantjs
-----------------------------------------------------
Finished web-project
Check in your working directory will be similar as below image.
- Macbook Pro 13" Retina
- OS X El Capitan
- Tizen SDK
It's work :)


Comments
Post a Comment