grapesjs-tabs icon indicating copy to clipboard operation
grapesjs-tabs copied to clipboard

Grapes Tabs project when cloned and tested throws Plugin-Not-Found error

Open mitcht opened this issue 3 years ago • 1 comments

I was getting a Plugin Not Found error in my attempts to install the tabs plugin into my grapesjs instance. I decided to attempt to clone the main repo, npm -i, and open index.html.

I get the same error.

I was able to circumvent by using grapes tabs v 0.1.2 by simply copying the file contents from the grapesjs.com website demo.

Steps to reproduce:

  1. Clone https://github.com/artf/grapesjs-tabs.git
  2. run npm i
  3. open index.html and see debugger for "Plugin grapesjs-tabs not found"

FYI I tried also downloading the ZIP file, as well as cloning, but no difference the files are all identical. (In case it was release vs latest commit.

mitcht avatar May 20 '21 21:05 mitcht

Hello! I'm using [email protected] and i needed to add this at index.html:

<script src="http://localhost:8080/index.js"></script>

ronaldohoch avatar Jul 31 '23 19:07 ronaldohoch