You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.
Cloned the repo, read the readme, got two errors like the following for webpack and webpack-dev-server, which you also use in the https://github.com/AngularClass/angular2-webpack-starter so maybe someone updated this project but didn't update the instructions?
Then I got stuck on the following error:
Error: Cannot find module '../../webpack.config'
Fixed that by removing one of the pair of ../ in express-server-example.js, now stuck on
Cannot find module './package.json'
Going to try and generate one with npm init and then redo the install --save commands I've done...
The text was updated successfully, but these errors were encountered:
However, the sever that is run does not appear configured correctly; in fact, the server appear so expect the file structure of https://github.com/AngularClass/angular2-webpack-starter which this project does not have. Perhaps the main branch has an incomplete refactor of the server script? I will continue to investigate.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Cloned the repo, read the readme, got two errors like the following for webpack and webpack-dev-server, which you also use in the https://github.com/AngularClass/angular2-webpack-starter so maybe someone updated this project but didn't update the instructions?
Then I got stuck on the following error:
Error: Cannot find module '../../webpack.config'
Fixed that by removing one of the pair of ../ in express-server-example.js, now stuck on
Cannot find module './package.json'
Going to try and generate one with npm init and then redo the install --save commands I've done...
The text was updated successfully, but these errors were encountered: