Closed goliatone closed 3 years ago
Thanks for opening your first issue here! 👍 Be sure to follow the issue template.
Hi,
It looks like you don't have Node.js installed with npm
version 7
or higher.
Please take a look at this and try again to create a new project.
Furthermore, you can use Docker-way to create.
@koddr I actually do have node installed v16.5.0
. I am using nvm
if that matters at all?
@goliatone absolutely!
That's accurately what it says in the project Wiki and README:
Please make sure that you have
npm
version7
or higher installed to create the frontend part of the project correctly. If you run thecgapp create
command using our Docker image,npm
of the correct version is already included.
Required check list:
My environment:
uname -a
): Darwin not.your.bussiness.net 19.6.0 Darwin Kernel Version 19.6.0: Thu Oct 29 22:56:45 PDT 2020; root:xnu-6153.141.2.2~1/RELEASE_X86_64 x86_64go version
): go version go1.17.1 darwin/amd64cgapp -v
): cgapp version 3.0.0Describe the bug:
It will create the backend directory but no frontend. Tried with different options for the front end choices with the same result/output.
Steps to reproduce the behavior:
Create a new project
Expected behavior:
Have a fully working application