dsuryd / dotNetify-react-template

Real-time React SPA template using dotNetify.
https://dotnetify.net/react
Apache License 2.0
203 stars 57 forks source link

Can't build ReactTemplateTS #35

Closed stluong closed 5 years ago

stluong commented 5 years ago

Not sure what is going, but i can't build the project Have tried: npm install and failed

dsuryd commented 5 years ago

What's the error?

stluong commented 5 years ago

2019-07-17T21_38_07_370Z-debug.log

stluong commented 5 years ago

i maybe do something wrong! Here are some step to run your solution that i have tried

  1. Open Content folder and run npm install
  2. npm run build
  3. Open solution with Visual Studio 2017, run, but error
stluong commented 5 years ago

image

dsuryd commented 5 years ago

Can you try the original ReactTemplate? The steps are just: npm i, followed by dotnet run. The ReactTemplateTS was from a PR contributor and I don't really maintain it.

stluong commented 5 years ago

got ya, thanks for helping:)

stluong commented 5 years ago

yeah, it is working now