volojs / volo

Create front end projects from templates, add dependencies, and automate the resulting projects
https://volojs.github.io/
Other
1.41k stars 100 forks source link

Main module example not creating adapter #202

Closed zanona closed 9 years ago

zanona commented 9 years ago

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.

jrburke commented 9 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.