-
Notifications
You must be signed in to change notification settings - Fork 180
Closed
Labels
Description
The new version that was just published throws a bunch of errors when trying to install with npm i
npm ERR! command failed
npm ERR! command sh -c npm run build
npm ERR! > @material/material-color-utilities@0.2.1 build
npm ERR! > npm run remove-build && tsc
npm ERR!
npm ERR!
npm ERR! > @material/material-color-utilities@0.2.1 remove-build
npm ERR! > rm -rf dist
npm ERR!
npm ERR! blend/blend_test.ts(24,1): error TS2304: Cannot find name 'beforeEach'.
npm ERR! blend/blend_test.ts(25,3): error TS2708: Cannot use namespace 'jasmine' as a value.
npm ERR! blend/blend_test.ts(33,1): error TS2582: Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
npm ERR! blend/blend_test.ts(34,3): error TS2582: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
npm ERR! blend/blend_test.ts(36,5): error TS2304: Cannot find name 'expect'.
npm ERR! blend/blend_test.ts(39,3): error TS2582: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
npm ERR! blend/blend_test.ts(41,5): error TS2304: Cannot find name 'expect'.
...
fabriziocucci, jiblett1000, processprocess, Migushthe2nd, felixvictor and 1 more