Replies: 1 comment
-
Dont know if you solved this already but I got it to work by installing the latest version of yarn and then doing I had to add the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys.
I've builded my cra custom template (https://github.com/iBobo5/cra-template-ld.git) and I'm trying to create a new app using this template with this command line:
yarn create react-app test-app --template https://github.com/iBobo5/cra-template-ld.git
During installation process this error blocks all:
Cannot find module 'https://github.com/iBobo5/cra-template-ld.git/package.json'
But you can easily see the package.json file exists.
Could anyone help me please?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions