@gugurumbe innnnteresting... it seems guix behaves differently depending on the flags used? 'guix shell -f manifest.scm' shows that error, but 'guix shell' doesn't! that's a very odd thing for guix to do, imo! I guess I should just explicitly include (guix profiles) to cover all the bases then. either hack your copy of the manifest as needed or just use plain ol 'guix shell' with no flags. and do see the README for the current caveats regarding the js-runtime directory.
@dthompson Oh it’s because it should be called with -m manifest.scm, not -f manifest.scm. (without specifying manifest.scm, it does not want to run because security something)