This repository has been archived by the owner on Feb 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 203
Upgrade to Bootstrap 4.0.0 stable #78
Labels
Comments
I belive this is happening because Bootstrap is now stable. There were a few API changes from BS4 alpha to stable, so updates need to be made. Until then, try locking in |
claviska
changed the title
Error: no mixin named -assert-ascending
Upgrade to Bootstrap 4.0.0 stable
Jan 29, 2018
@claviska I have the following line in package.json |
Try removing the ^ from the version in package.json to force NPM to grab
alpha 6.
… |
Thanks. That fixed the issue.. There's one more problem: All other CSS/JS includes return 200. |
If you’re running the app locally (i.e. not behind nginx) then you need to
include the port in APP_URL in your .env file.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Summary
gulp build throws error
Steps to Reproduce
Trying to install Postleaf on my mac,
git clone https://github.com/Postleaf/postleaf.git
git clone https://github.com/Postleaf/empower-theme.git themes/empower-theme
Copied .env.example to .env and added localhost
npm install
sudo npm install -g gulp-cli
gulp build
returns:
[14:59:55] Finished 'build' after 118 μs
node_modules/bootstrap/scss/_variables.scss
Error: no mixin named -assert-ascending
Additional info
Note: This issue tracker is ONLY for bug reports and feature requests. If this is a personal support issue, please visit postleaf.org/support.
The text was updated successfully, but these errors were encountered: