-
Notifications
You must be signed in to change notification settings - Fork 277
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
assets folder doesn't exist #24
Comments
I'm using latest node LTS (6.9.1) and npm is at v3.10.9 on Windows 7 Pro 64 bit.
I noticed these warn at the end of build process:
|
But it's still NOT working
|
Try this:
|
I restart from scratch. Completely clear npm cache
Remove entire folder project
Re-cloned and re-installed npm modules
Trying @barakakoun 's method
Esit App working Question 1: why is it needed AoT compiling? Suggestion: please add to main read.me a short paragraph about the need of Aot compiling. I think other newbies, like me, never will open the |
Hi @realtebo,
|
ng server made this error
"ENOENT: no such file or directory, stat 'C:\Angular2\material2-app\src\assets'"
my actions:
git clone -b master --single-branch https://github.com/jelbourn/material2-app.git
cd material2-app
npm install
npm start
The directory 'C:\Angular2\material2-app\src\assets'" doesn't exist.
The text was updated successfully, but these errors were encountered: