AmpersandJS / tools.ampersandjs.com

Hand-picked tools for building ampersand apps. A grab bag of "solved problems" for single page apps.
https://tools.ampersandjs.com
MIT License
11 stars 2 forks source link

`npm build` errors #3

Closed lukekarrys closed 10 years ago

lukekarrys commented 10 years ago

Errors on Error: Cannot find module 'backbone' and then if I install that Error: 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

screen shot 2014-03-31 at 3 28 36 pm

Are there other deps missing?

HenrikJoreteg commented 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.