evertonrobertoauler / cli-universal-demo

80 stars 18 forks source link

core+common+http #3

Closed jlar33 closed 7 years ago

jlar33 commented 7 years ago

help me please I want to use Angular 4+ Angular universal +Angular material, I have this when I run "npm install" on a clone of your repository: image

and when I run "npm run start", I have this: image

But it works. I will have problems because of those errors?

evertonrobertoauler commented 7 years ago

Take a look on my last commit, I added the webpack-node-externals module, and configured it in the webpack.config.js, to not bundle the files from node_modules with in the server.js file.

Now there is no warnings and I added a gulpfile, to transpile the sass code into css before running the ngc command.

Update your repo and take a look