-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Hi
the build test command: npm run build:tests-tools fails with error:
: error TS6231: Could not resolve the path 'packages/client' with the extensions: '.ts', '.tsx', '.d.ts', '.cts', '.d.cts', '.mts', '.d.mts' and
and
npm ERR! code ELIFECYCLE npm ERR! errno 2 npm ERR! [email protected] build:
tsc "./packages/client"`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/raphael/.npm/_logs/2021-11-29T12_39_37_002Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! [email protected] build:client: npm run build -w ./packages/client
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] build:client script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/raphael/.npm/_logs/2021-11-29T12_39_37_036Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! [email protected] build:tests-tools: npm run build:client && npm run build:test-utils
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] build:tests-tools script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/raphael/.npm/_logs/2021-11-29T12_39_37_073Z-debug.log
`
Environment:
- Node.js Version: v12.22.6
- Redis Server Version: Redis server v=6.0.9 sha=00000000:0 malloc=jemalloc-5.1.0 bits=64 build=ba903be1aec01fe7
- Node Redis Version: [email protected]
- Platform: Ubuntu 18.04
I am joining you the log file.
Thanks to help please.