kendo-labs / kendo-bootstrapper

GNU General Public License v3.0
49 stars 20 forks source link

Error: Cannot find module 'markdown' #40

Closed couhajjou closed 10 years ago

couhajjou commented 10 years ago

Hi, After a git clone, and a start I get this error:

Macintosh:~/dev/kendo-bootstrapper> node bin/start.js

module.js:340 throw err; ^ Error: Cannot find module 'markdown' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at require (module.js:380:17) at /Users/chakibouhajjou/dev/kendo-bootstrapper/node_modules/kendo-lint/lib/parsedocs.js:109:14 at Object. (/Users/chakibouhajjou/dev/kendo-bootstrapper/node_modules/kendo-lint/lib/parsedocs.js:348:3) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12)

Macintosh:~/dev/kendo-bootstrapper>

I am on mavericks. Here a my versions of node and npm:

Macintosh:~/dev/kendo-bootstrapper> node -v v0.10.15 Macintosh:~/dev/kendo-bootstrapper> npm -v 1.3.5

mishoo commented 10 years ago

I fixed, please run git pull and then npm install to get a new version of kendo-lint.