问题 I'm trying to upgrade my aurelia.json file for changes from v0.20.2 to v0.23.0, within an ASP.NET Core project. I've installed the requirejs and text packages via npm install requirejs text --save , which are now external dependencies. All changes are working fine, except for the text plugin, when I replace the old version: { "name": "text", "path": "../wwwroot/scripts/text" } with the string "text" as per the changelog notes, I get this error from au build : 2> Starting