kendo-labs/kendo-bootstrapper

Error: Cannot find module 'markdown'

Closed this issue · 1 comments

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

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