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 :
npm install
and npm start
commandsHow can I start this project?
@types/moment-timezone
has been deprecated. Try the following:
npm uninstall @types/moment-timezone
Using the following code:
import * as moment from 'moment';
import 'moment-timezone';
Also, take a look at the issue on GitHub
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With