The run the “install” command from the root of your site. The easiest way of all is actually to use CommandBox to install the samples in the first place, as it will automatically install dependencies for you. Just run the following in an empty directory:
install ColdBox/coldbox-samples
And since CommandBox has its own embedded server you can actually just run the “start” command to spin up the site right there.
Samples are working now, but after slight modification after installation is completed.
1.Install to samples directory
`
install ColdBox/coldbox-samples samples
`
One of the lines during installation
`
Installing to: C:\mycoldbox\samples/cbi18n
`
I have expected that cbi18n will be installed to ‘samples\modules’ directory instead of ‘samples’ directory, based on box.json in samples directory which is reproduced below:
`