-
-
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
Unable to run cookiecutter to generate dash-component-boilerplate #108
Comments
I'm sorry you encountered this error @jv1522; I was able to use Are you using |
I tried running this with:
I ran the cookiecutter:
And didn't notice this problem. Here's the output I got:
|
I'm facing the same error.
|
I am having the same issue:
|
Is there an update on this issue? The current release breaks on any system using Node > 16 because of a dependency on the version of 'webpack' used by the 'cookiecutter' script was broken by a transition in Node 17 to using OpenSSL 3 and right now it causes the template creation process to fail without a great explanation. More importantly, anyone following the README instructions and uses the current Node LTS (18) (which the README links to) will not be able to build this |
Just chiming in to say, that I just ran into the same issue while trying to use cookiecutter to set up my project. Has anyone managed to figure it out yet? |
Here is a workaround: export NODE_OPTIONS=--openssl-legacy-provider && cookiecutter https://github.com/plotly/dash-component-boilerplate.git On Windows you'll have to use |
Thanks @borisdiakur Add PowerShell: |
Here is the error I get when extracting the dash component boilerplate:
C:\Users\jvanga\git>cookiecutter https://github.com/plotly/dash-component-boilerplate.git
You've downloaded C:\Users\jvanga.cookiecutters\dash-component-boilerplate before. Is it okay to delete and re-download it? [yes]: yes
project_name [my dash component]: my-dash-component
project_shortname [my_dash_component]:
component_name [MyDashComponent]:
jl_prefix []:
r_prefix []:
author_name [Enter your first and last name (For package.json)]: Jnaneswar Vanga
author_email [Enter your email (For package.json)]: [email protected]
github_org []:
description [Project Description]: dash boilerplate to create custom components
Select license:
1 - MIT License
2 - BSD License
3 - ISC License
4 - Apache Software License 2.0
5 - GNU General Public License v3
6 - Not open source
Choose from 1, 2, 3, 4, 5, 6 [1]: 1
publish_on_npm [True]: False
install_dependencies [True]:
The system cannot find the path specified.
ERROR: Stopping generation because pre_gen_project hook script didn't exit successfully
Hook script failed (exit status: 1)
The text was updated successfully, but these errors were encountered: