-
Notifications
You must be signed in to change notification settings - Fork 81
deploying submodule #51
Comments
7 hours later and still no good :-( I have done many many iterations on this. If anybody has any advice about how to implement this correct, it would be greatly appreciated. |
I have tried the following: Following the instructions here https://market.strapi.io/plugins/strapi-plugin-react-editorjs 'How to extend/develop this plugin' I have attempted to deploy this without making any changes to I got following error when git add .
I then tried adding a git submodule.
I got this error:
After more research on 'already exists in the index' means, I tried:
I got error Again after more research I did
I then did I got error:
This removed the file from index. I now tried I got this back:
I did
I then did a commit and push to Heroku. I got this message:
|
Following this and after more research, I read I should try and delete the .git directory from the cloned repo. This is the steps I followed:
Result =
I then went back to the root directory and did:
Then I did
and got the following:
I committed:
I pushed I got the error message:
And now it is 10 hours so I am taking a break. Please can you somebody assist me. Thanks in advance! |
Did you solve this problem somehow? I'm facing the same issue where Heroku can't resolve the "classnames" module. |
Hey buddy. Try adding this to package.json
|
Hi
Thanks for creating this plugin, it's fantastic.
I have had to clone
git clone https://github.com/melishev/strapi-plugin-react-editorjs.git
the repo intosrc/plugins
as I needed to make some changes such as nestedLists.It is working perfectly locally.
However, I am having some issues deploying this to Heroku production as I am struggling to include the cloned repo into the main build.
When I try to deploy to Heroku I get the following error:
I have
config/plugins
asCan anybody advise me how to deploy the submodule?
Thanks :-)
The text was updated successfully, but these errors were encountered: