'bundle : The term 'bundle' is not recognized as the name of a cmdlet, function, script file, or operable program

it is my first question in STACK! I'm trying to create Github pages account using https://startbootstrap.com/theme/clean-blog-jekyll.

In the terminal i'm getting following error message:

> bundle : The term 'bundle' is not recognized as the name of a  cmdlet,
> function, script file, or operable program. Check the  spelling of the
> name, or if a path was included, verify that the  path is correct and
> try again. At line:1 char:1
> + bundle exec jekyll serve
> + ~~~~~~
>     + CategoryInfo          : ObjectNotFound: (bundle:String) [], 
>     CommandNotFoundException
>     + FullyQualifiedErrorId : CommandNotFoundException

I've tried bundle install but not worked.



Solution 1:[1]

I've installed bundler using powershell instead of VS code terminal. For documentation :

bundler.io

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Noob Developer