-
Notifications
You must be signed in to change notification settings - Fork 0
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
Can't build (react issue) #1
Comments
From what i can read here
and here
make sure that the Hope this helps |
It also seems like you are using |
@onukwilip Thanks a lot! It really helped a lot. I'm very new to the web development. I don't know how I installed I had to run |
However, now I have an issue with
It looks like the |
I think maybe I don't need to do I wonder if there's any way to use galata in Python. My plugin is already written in Python and users are mostly Python users, so it would be nice if I could keep my code in Python and encourage contribution. |
Why are you using |
I don't know. This repo's readme says I need to install python dependencies |
I think it's for building everything into a python package so you can distribute and install without nodejs installed (maybe) |
I don't think I've ever heard about that before. Can you please send me the link of the repo documentation, e.g. Readme? |
As a new developer, you are not meant to use libraries you know nothing about or are unfamiliar with, it will introduce bugs to your code, just like this one |
Oh it's just this repo (https://github.com/jasongrout/nbactions/blob/main/README.md#development-install). Yes that's true, I find it hard to understand the whole dependencies it requires without even knowing the language. |
The Readme says, you'll need JupyterLab v3 or above, do you? |
Try following the steps |
Then do this in order
|
I installed JupyterLab with pip and yes it's the latest stable. I think this template isn't complete. So Except for the pip install, everything else seems alright. Maybe I'll need to fix some packages and dependencies to make it work |
Hi, this repo really is a good starting point to understand basics. Thanks a lot for sharing!
I have an issue with building the extension.
pip install -e .
fails withIf I try
jlpm build
, it saysI tried with
jlpm install
andjlpm build
again, then I getI have NodeJS installed. I also tried
npm install -g react
but had no luck.What else am I missing? Thanks for looking into this!
The text was updated successfully, but these errors were encountered: