creating a new app or cloning an existing app as described on https://developers.exlibrisgroup.com/cloudapps/started/ I get an error on all import instructions like “import { Component } from ‘@angular/core’;” Looks like the core librarys are missing.
Older apps I’m working on have the directory “node_modules” inside the app directory, the last created app don’t. Any idea what’s wrong here?
Hi Christoph. Thanks for your question. Did you start up the app (with eca start) before you opened the code? That will install the dependencies. Alternatively, you can run npm install and then open the code.