Closed TorbenHammes closed 3 years ago
Hi Torben,
I tried this with a fresh checkout and "npm install" of a3-boilerplate
and was not able to reproduce the problem. But I noticed that in a3-boilerplate the npm dependency is set to "apostrophe": "beta"
, not the bleeding edge 3.0 branch, which you mentioned.
So I tried changing the dependency to "apostrophecms/apostrophe:3.0"
and repeating the install, but I was still not able to reproduce the issue.
I suspect you might be using npm link
in some specific way I'm not reproducing here. Let me know if you are able to come up with more detailed instructions that work starting from zero with no files checked out yet.
Closing for now for housekeeping, but please comment if you are able to produce such steps and I will reopen.
Hey there, that is the error I got from browser console if I open the
/login
route.Sounds like a PostCSS error. I hope it helps you. If I find time I will have a look at the main git repo (branch 3.0). Cheers
To Reproduce
Step by step instructions to reproduce the behavior: