I had to manually run npm install to make it work.
open command line (e.g. from Visual Studio: Tools -> Command Line -> Developer Command Prompt)
go to ClientApp (cd ClientApp
) folder of your project and type:
npm install
I had to manually run npm install to make it work.
open command line (e.g. from Visual Studio: Tools -> Command Line -> Developer Command Prompt)
go to ClientApp (cd ClientApp
) folder of your project and type:
npm install