AngularでLoopBack 4でCRUD処理

環境 [root@localhost ~]# npm -v 6.9.0 [root@localhost ~]# node -v v10.16.3 下記エラーがでる。 > mypj@1.0.0 start /root/mypj > npm run build && node -r source-map-support/register . > mypj@1.0.0 build /root/mypj > tsc src/__tests__/acceptance/home-page.acceptance.ts:5:1 - error TS2582: Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try `npm i @types/jest`...
Read More
Powered by Blogger.