I downloaded .NET Core & ReactJS template from aspnetboilerplate.com .
I initialized the db.
In reactjs folder, I ran npm install
and npm start
commands.
I get this error:
Property 'tz' does not exist on type 'typeof moment'.
I tried these :
- Delete node_modules folder and run
npm install
andnpm start
commands - npm i @types/moment-timezone --save-dev
- npm i @types/moment-timezone --save
How can I start this project?