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 was 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...