-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to install it from npm #193
Comments
@mockiemockiz Did you ever find a solution for this? Discovering the same problem. |
@rbruhn @mockiemockiz InformationFYI, You can install Bower dependencies through npm install.
So according to this documentation. You can do this : Solution
This command looks for the dependecy from Github repository.
The result of this command will be : node_modules/@bower_components/bootstrap3-wysihtml5-bower/ |
@meyacine Thanks for the help. I tried your way, and several other variations. Yarn would not work for me as I kept getting an I/O error for some reason. I eventually got all the scripts in using aliases in Webpack but then, for some reason, none of my other jQuery code worked. Even trying out various noConflict solutions nothing helped. I finally decided to ditch this effort after two days and use Summernote. Installed and worked right from the get go. |
i run this command:
npm install bootstrap3-wysihtml5-npm
I added this into my app.js (i use laravel 5.4):
require('bootstrap3-wysihtml5-npm');
and i got this error when I run "npm run dev":
These dependencies were not found in node_modules:
The text was updated successfully, but these errors were encountered: