Command failed: quorra generate-key
module.js:440
throw err;
^
Error: Cannot find module 'positron'
at Function.Module._resolveFilename (module.js:438:15)
at Function.Module._load (module.js:386:25)
at Module.require (module.js:466:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/private/var/application/my_projects/quorra/sligg/bootstrap/start.js:2:11)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:456:32)
at tryModuleLoad (module.js:415:12)
at Function.Module._load (module.js:407:3)
Hi @niallobrien
Could you please provide the command you have used and your environment details?
quorra new blog
Thank you @niallobrien
I will fix this issue soon and get back to you with the cause.
generate-key
part. Weird
npm i positron —save
and that failed
npm i quorra -g
to update?
quorra -v
npm install -g quorra-cli
will install the latest version
npm i
inside the app, it failed and all files have disappeared
npm install
inside quorra app
npm install -g quorra-cli
quorra new <pjt name>
npm i
inside <pjt name>
and it will delete everything. That’s bad.
npm i
inside quorra project folder after creating new project with quorra new
command?