kendo-labs / kendo-bootstrapper

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

can't run `node bin/start.js` #1

Closed mxriverlynn closed 11 years ago

mxriverlynn commented 11 years ago

I'm having problems getting this to run on OSX.

After cloning, I had to init/update git submodules to get kendo-lint... no big deal... i updated the readme to reflect this.

But now I'm running in to this:

~/dev/telerik/kendo-bootstrapper/ (master %=) ruby-1.9.3
$ 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/derickbailey/dev/telerik/kendo-bootstrapper/kendo-lint/lib/parsedocs.js:99:14
    at Object.<anonymous> (/Users/derickbailey/dev/telerik/kendo-bootstrapper/kendo-lint/lib/parsedocs.js:326: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)

I've run npm install of course. Is this module just missing from the package.json? or is there something else I need to do, to install it? or ?

mxriverlynn commented 11 years ago

ok, turns out this was front the kendo-lint submodule (helps if i read the error message contents).

am i misunderstanding how this is supposed to be installed and used, though? it seems like a bad idea to have someone go through a git submodule init, and then have to npm install from the submodule folder, to get this working...

bsatrom commented 11 years ago

yeah, that shouldn't happen. Also, kendo-lint is available via npm now, so we should consider removing the submodule dependency and add kendo-lint to package.json

bsatrom commented 11 years ago

Should be fixed via 2ae2940e.

bsatrom commented 11 years ago

or not... wait a tic.

bsatrom commented 11 years ago

now fixed in d207620e... and tested, like I should have from the start.

mxriverlynn commented 11 years ago

yup, this is good. thanks, yo. much better to not have the submodule

mgerlach-klick commented 10 years ago

well it's still an issue.