diff options
author | Yuchen Pei <hi@ypei.me> | 2022-09-23 12:51:26 +1000 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-09-23 12:51:26 +1000 |
commit | a52f7dababa503f45e5bf34d63fe73931b3f0b90 (patch) | |
tree | 484bf871a2105840b4c066abc1f08c10f087f870 /README | |
parent | 24cd3237d26c3ac3ece873cb4e2769008464b1b0 (diff) |
acorn update breaks librejs
also, acorn-loose is not used
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ BUILD: First, you need to get some stuff with npm: - $ npm install acorn-loose jssha browserify + $ npm install acorn@"<=8.7.1" jssha browserify $ export PATH=$PATH:./node_modules/.bin To build the extension run: |