Hi there
I tried to generate a happ with hc-happ-scaffold:
$ nix-shell https://nightly.holochain.love
$ hc-happ-scaffold user-happ-type-spec.json my-new-app
user-happ-type-spec.json:
{
"types": {
"user": {
"description": "Create and manage users.",
"sharing": "public",
"definition": {
"name": "string",
"dob": "string",
"icNumber": "string",
"nationality": "string"
}
}
}
}
it ends with this error:
happ@0.1.0 hc:package /home/admin/happ-scaffold/My-New-App/happ
cd dna-src && hc package
sh: line 0: cd: dna-src: No such file or directory
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! happ@0.1.0 hc:package: `cd dna-src && hc package`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the happ@0.1.0 hc:package script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/admin/.npm/_logs/2021-07-30T06_26_54_129Z-debug.log
holochain-rad-tools-phase-2@0.1.2 hc:generate-conductor /home/admin/happ-scaffold/My-New-App
node src/conductor-setup/generate-conductor
Error: error: The subcommand 'keygen' wasn't recognized
Any idea what to do?