marmelab/ng-admin-demo

Problem with make run -> build folder not present in node_modules

Closed this issue · 9 comments

NoZiL commented

Since today's release of ng-admin, build folder is no longer present in ng-admin, so makefile crashes

➜  ng-admin-demo git:(gh-pages) ✗ make run
cp: cannot stat './node_modules/ng-admin/build/ng-admin.min.js': No such file or directory
makefile:10: recipe for target 'copy-ng-admin' failed
make: *** [copy-ng-admin] Error 1

i have the same problem, someone can help ?

@jpetitcolas could help please?

I'm working on it. It seems we released ng-admin the wrong way (some issues with declared dependencies). Should be fine in following hours.

Thanks so much !

Is there a branch I should pull for the changes to make this work? I'm still experiencing this error unfortunately.

NoZiL commented

You can use the previous ngAdmin version in package.json, like this :
"ng-admin": "marmelab/ng-admin#v1.0.0-alpha4",

I confirm, the ng-admin beta build was broken.
It's fixed with new versions, just type npm install ng-admin.

Thanks!

Hello, I experienced the same issue today :(
Is it broken again ?