Skip to content
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

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

Open
mitcht opened this issue May 20, 2021 · 1 comment
Open

Comments

@mitcht
Copy link

mitcht commented May 20, 2021

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.

@ronaldohoch
Copy link

Hello!
I'm using grapesjs-cli@3.0.1 and i needed to add this at index.html:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants