Skip to content

Commit

Permalink
Notes for next time
Browse files Browse the repository at this point in the history
  • Loading branch information
qcn committed Nov 17, 2021
1 parent 0d964d4 commit 1da7eaa
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README-merge-upstream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Note: Tether v1 uses a really old version of gulp-sass, which uses a really old version of node-sass, which doesn't build with modern versions of node.

I managed to build the package by using node 8:

> nvm use 8
to rebuild node-sass first:

> npm rebuild node-sass
then used npm to install packages, not yarn, which didn't work:

> npm install
which let me

> npm run build

0 comments on commit 1da7eaa

Please sign in to comment.