-
-
Notifications
You must be signed in to change notification settings - Fork 184
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
Error generating metadata in test_component (status=255) #102
Comments
Thanks @Mark-Abadir - is there any more to the error message than that? Can you describe your environment? I just ran a plain |
This happens to me as well, running a brand new Webpack seems to be outputting normally:
This seems to error out:
Looks like some JSON is missing? I am running on Ubuntu 18.04.4 LTS |
For me, it was a false alarm, I had to make sure I was in the In the project root, @Mark-Abadir, I hope this helps you as well. |
Sorry for the delayed response. @alexcjohnson That is the entire error message. I tried using npm run build with python 2.7 and python 3.8. Same error message both times. Both have dash as part of the included packages. |
Hi Mark, here's exactly what I did wrote in the terminal (Ubuntu), and I had no error:
I noticed you are running on Windows. Have you tried Windows Subsystem for Linux (WSL) 2.0? If I remember correctly, |
Hello,
I have been having an issue with the dash component boilerplate not generating my components. When I execute
npm run build
It generates the following error
To test whether this was something that was wrong with my javascript, I ran the cookiecutter command again in a new python project to create a new component. For set up I selected the following
From there I tried npm run build on the example javascript component provided, and it still gave me the above error. Can you please advise?
Edit: Forgot to mention that it was working before.
The text was updated successfully, but these errors were encountered: