ember-paper: Build fails with a clean install on a brand new app
Morning folks 👋
I’ve just done a clean install on a brand new app with the following steps:
npm init ember-app new-app
cd new-app
ember install ember-paper
npm start
And I get the following error:
ENOENT: no such file or directory, lstat '/Users/mansona/git/projects/new-app/node_modules/angular-material-source/src/core/services/layout/layout.scss'
Having a look at the folder node_modules/angular-material-source/src it looks like it is missing the core folder altogether 🤔 Maybe this is as a result of version drift of that dependency?
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 19 (10 by maintainers)
Can you guys try 1.0.0-beta.24? This should be fixed.
Ember-paper now depends on
angular-material-stylesnpm package. This package only contains scss styles.@panthony I think the fact that we are working with GitHub dependencies means that we are always going to be susceptible to “changing implementations” in every aspect of this 🙈
The only real way to fix this is to actually deploy the material-source to npm because we pack things into a tar file and that tar is what is on npm 👍
Like I said I’m happy to help with that @miguelcobain if it’s something you’re ok with us doing
I don’t know what to tell you 😂 I just ran the exact same steps and it failed again!
Here are my versions:
and here is the output of those exact commands with no gaps between:
maybe you can share your versions and I can see if it’s something specific to my environment 🤔