Cannot find module 'umi'

1.6k Views Asked by At

I just start to learn umijs so, when I try to start (npm start ) then it saw error (Cannot find module 'umi')

Cannot find module 'umi' Require stack:

  • E:\Umijs\myapp.umirc.ts
1

There are 1 best solutions below

0
On

Try to install the dependencies first:

$ npm install

Refer to this documentation page to environment setup:

https://umijs.org/docs/getting-started