This might not be an issue since SCuri and SCuri-code assume user is working in an Angular workspace context. Still, for the record:
Seems that when scuri-code gets used out if angular workspace context (for example in the scuri repo for the example app components) we can not seem to get the folder correct :
Notice the CWD and the --name argument respectively finish and start with the same folder (scuri)
c:\Users\gparl\projects\scuri>c:\Users\gparl\AppData\Roaming\Code\User\globalStorage\gparlakov.scuri-code\deps\node_modules\.bin\schematics
..\..\AppData\Roaming\Code\User\globalStorage\gparlakov.scuri-code\deps\node_modules\scuri\src\collection.json:spec
--name scuri/example/angular-5-app/src/main.ts --debug false --debug false
The file scuri/example/angular-5-app/src/main.ts is missing or empty.
(ERROR LINE)
Params: name: scuri/example/angular-5-app/src/main.ts update: false
Nothing to be done.
This might not be an issue since SCuri and SCuri-code assume user is working in an Angular workspace context. Still, for the record:
Seems that when scuri-code gets used out if angular workspace context (for example in the scuri repo for the example app components) we can not seem to get the folder correct :
Notice the CWD and the --name argument respectively finish and start with the same folder (scuri)