Closed zanona closed 10 years ago
The adapter module is only created for projects that have a package.json with "amd": {}
specified. So, for example, this works since the default project template specifies that package.json property in testproj/package.json:
volo create testproj
cd testproj
volo install volojs/test-directory-main
Closing as a discussion ticket, but feel free to continue discussion here.
After following thoroughly the instructions under Main module example and also by running
volo install volojs/test-directory-main
, apparently volo is not creating the adapter file under baseUrl as mentioned?Any ideas? I am running volo v0.3.3
thank you in advance.