refactory-id / bootstrap-markdown

Bootstrap plugin for markdown editing
Apache License 2.0
1.99k stars 370 forks source link

Error with npm package #239

Closed alexandre-leites closed 8 years ago

alexandre-leites commented 8 years ago

Hi,

I'm trying to use correctly the npm package in order to install bootstrap-markdown into my app. However, using the require('bootstrap-markdown') seems to have a error handling this package as it just show the error "Cannot find module 'bootstrap-markdown'".

Also, if you try to test the package using the npm link "Try it out" it shows the same error as in the following link: https://tonicdev.com/npm/bootstrap-markdown

How to fix that error?