Hi,
I’ve tried to run test with pnpm, pnpm run test
, but gotten error (see error-output
below).
Got same error with fresh install pnpm dlx makes aurelia/v1
(see makes-options
)
Any ideas?
makes-options:
aurelia/v1 new-project-name -s cli-bundler,alameda,typescript,htmlmin,postcss,karma,cypress,scaffold-navigation
error-output:
...
Starting 'karma'...
10 02 2022 21:37:15.233:WARN [karma-server]: Passing raw CLI options to `new Server(config, done)` is deprecated. Use `parseConfig(configFilePath, cliOptions, {promiseConfig: true, throwErrors: true})` to prepare a processed `Config` instance and pass that as the `config` argument instead.
10 02 2022 21:37:15.483:ERROR [plugin]: Cannot load "typescript", it is not registered!
Perhaps you are missing some plugin?
10 02 2022 21:37:15.483:ERROR [plugin]: Cannot load "sourcemap", it is not registered!
Perhaps you are missing some plugin?
10 02 2022 21:37:15.486:ERROR [karma-server]: Server start failed on port 9876: Error: No provider for "framework:jasmine"! (Resolving: framework:jasmine)
Finished 'karma'
ELIFECYCLE Test failed. See above for more details.