Closed lukekarrys closed 10 years ago
i started converting this to all ampersand modules and it worked after i removed backbone, etc from dependencies, turned out it worked because they were still in my node_modules. Finished cleaning that up now, no more backbone.
Errors on
Error: Cannot find module 'backbone'
and then if I install thatError: Cannot find module 'human-view'
.I can install both of those easily from npm but then trying to get the site running locally it errors with (with
developmentMode: false
)Uncaught TypeError: Property '$' of object #<Object> is not a function
Are there other deps missing?