You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.
I'm currently updating thimble to work on node v12, but makerstrap is causing problems because the ./build version of makerstrap.complete.less is pointing to the wrong bower_components location.
Its location, when installed, is:
./ bower_components
|- makerstrap
|- less
|- build
- makerstrap.complete.less
so in order to get to the bower dir it needs to point to ../../../bower_components. Instead, it's only pointing up two levels, and everything breaks =(
The text was updated successfully, but these errors were encountered:
I'm currently updating thimble to work on node v12, but makerstrap is causing problems because the
./build
version of makerstrap.complete.less is pointing to the wrongbower_components
location.Its location, when installed, is:
so in order to get to the bower dir it needs to point to
../../../bower_components
. Instead, it's only pointing up two levels, and everything breaks =(The text was updated successfully, but these errors were encountered: