-
Notifications
You must be signed in to change notification settings - Fork 300
Unable to run #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It might be because you updated This is the output of
I was able to clone the repo, |
After battling with this for a couple of hours this morning, I found the solution which is to only update "devDependencies": {
"ts-loader": "8.0.17",
"typescript": "4.2.2",
"webpack": "5.22.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "3.11.2"
} Hope this helps anyone else stumbling on this issue. |
When running I was having this webpack error: This solved the issue: |
I believe this PR will resolve the errors folks are seeing #39 |
Hi, I've been trying to run the program as shown in the course.
I first ran it with the dependencies in the versions they are here on this repo.
But When time came to run the application, this error showed up:
I did'nt know what this meant, but the dependencies were quite old, so I figured updating them could make sense.And they now look like this:
I then ran
npm install
,tsc app\app.ts
andnpm start
.This does start the application like this:
But, when I now try to access
http://localhost:8080/
in the browser, this is the only thing I get:Cannot GET /
Wat is wrong?
The text was updated successfully, but these errors were encountered: