TehShrike / noddity

It's a blog, it's a wiki, it's a fast CMS!
56 stars 29 forks source link

Update has broken things #15

Closed saibotsivad closed 9 years ago

saibotsivad commented 9 years ago

I'm still trying to figure out where the problem is, but figured maybe you'd have time to look into it.

After https://github.com/TehShrike/noddity/commit/cc12f5f4642c7ea7bb780a5a46e2175711a5eb98 I ran git fetch upstream then npm install and then npm run watch and all hell broke loose:

saibotsivad @ Tobiass-MacBook-Air : ~/Development/git/saibotsivad/noddity  (templates-in-content)
$  npm install
npm WARN unmet dependency /Users/saibotsivad/Development/git/saibotsivad/noddity/node_modules/subleveldown requires levelup@'^0.19.0' but will load
npm WARN unmet dependency /Users/saibotsivad/Development/git/saibotsivad/noddity/node_modules/levelup,
npm WARN unmet dependency which is version 1.1.0
npm WARN unmet dependency /Users/saibotsivad/Development/git/saibotsivad/noddity/node_modules/noddity-butler/node_modules/levelup-cache requires asynquence@'~0.6.0-b' but will load
npm WARN unmet dependency /Users/saibotsivad/Development/git/saibotsivad/noddity/node_modules/noddity-butler/node_modules/asynquence,
npm WARN unmet dependency which is version 0.1.1-a

saibotsivad @ Tobiass-MacBook-Air : ~/Development/git/saibotsivad/noddity  (templates-in-content)
$  npm run watch

> noddity@3.0.0 watch /Users/saibotsivad/Development/git/saibotsivad/noddity
> watchify js/index.js -o js/build.js -d

Error: Cannot find module 'inherits' from '/Users/saibotsivad/Development/git/saibotsivad/noddity/node_modules/localstorage-down'
Error: Cannot find module 'abstract-leveldown' from '/Users/saibotsivad/Development/git/saibotsivad/noddity/node_modules/localstorage-down'
[Error: write after end]
Error: Cannot find module 'abstract-leveldown' from '/Users/saibotsivad/Development/git/saibotsivad/noddity/node_modules/localstorage-down'
[Error: write after end]
Error: Cannot find module 'd64' from '/Users/saibotsivad/Development/git/saibotsivad/noddity/node_modules/localstorage-down'
[Error: write after end]
Error: Cannot find module 'level-option-wrap' from '/Users/saibotsivad/Development/git/saibotsivad/noddity/node_modules/subleveldown'
[Error: write after end]
Error: Cannot find module 'abstract-leveldown' from '/Users/saibotsivad/Development/git/saibotsivad/noddity/node_modules/subleveldown'
[Error: write after end]
Error: Cannot find module 'tiny-queue' from '/Users/saibotsivad/Development/git/saibotsivad/noddity/node_modules/localstorage-down'
[Error: write after end]
Error: Cannot find module 'argsarray' from '/Users/saibotsivad/Development/git/saibotsivad/noddity/node_modules/localstorage-down'
[Error: write after end]
Error: Cannot find module 'xtend' from '/Users/saibotsivad/Development/git/saibotsivad/noddity/node_modules/levelup/lib'
[Error: write after end]
Error: Cannot find module 'prr' from '/Users/saibotsivad/Development/git/saibotsivad/noddity/node_modules/levelup/lib'
[Error: write after end]
Error: Cannot find module 'level-iterator-stream' from '/Users/saibotsivad/Development/git/saibotsivad/noddity/node_modules/levelup/lib'
[Error: write after end]
Error: Cannot find module 'deferred-leveldown' from '/Users/saibotsivad/Development/git/saibotsivad/noddity/node_modules/levelup/lib'
[Error: write after end]
Error: Cannot find module 'level-errors' from '/Users/saibotsivad/Development/git/saibotsivad/noddity/node_modules/levelup/lib'
[Error: write after end]
Error: Cannot find module 'level-codec' from '/Users/saibotsivad/Development/git/saibotsivad/noddity/node_modules/levelup/lib'
[Error: write after end]
Error: Cannot find module 'level-errors' from '/Users/saibotsivad/Development/git/saibotsivad/noddity/node_modules/levelup/lib'
[Error: write after end]
Error: Cannot find module 'xtend' from '/Users/saibotsivad/Development/git/saibotsivad/noddity/node_modules/levelup/lib'
[Error: write after end]
Error: Cannot find module 'level-errors' from '/Users/saibotsivad/Development/git/saibotsivad/noddity/node_modules/levelup/lib'
[Error: write after end]
Error: Cannot find module 'level-errors' from '/Users/saibotsivad/Development/git/saibotsivad/noddity/node_modules/levelup/lib'
[Error: write after end]
Error: Cannot find module 'browser-request' from '/Users/saibotsivad/Development/git/saibotsivad/noddity/node_modules/noddity-butler/node_modules/noddity-retrieval'
[Error: write after end]
Error: Cannot find module 'text-metadata-parser' from '/Users/saibotsivad/Development/git/saibotsivad/noddity/node_modules/noddity-butler/node_modules/noddity-retrieval'
[Error: write after end]
Error: Cannot find module 'stringmap' from '/Users/saibotsivad/Development/git/saibotsivad/noddity/node_modules/noddity-butler/node_modules/levelup-cache'
[Error: write after end]
Error: Cannot find module 'expire-unused-keys' from '/Users/saibotsivad/Development/git/saibotsivad/noddity/node_modules/noddity-butler/node_modules/levelup-cache'
[Error: write after end]
Error: Cannot find module 'autolinker' from '/Users/saibotsivad/Development/git/saibotsivad/noddity/node_modules/noddity-renderer/node_modules/remarkable/lib/rules_core'
[Error: write after end]
^C
saibotsivad commented 9 years ago

I ran npm update in the noddity folder and now everything works.

You should tell me what happened, because I don't understand.