munificent / craftinginterpreters

Repository for the book "Crafting Interpreters"
http://www.craftinginterpreters.com/
Other
8.5k stars 1.01k forks source link

Error running make , after make get. #1019

Open wizekiddo opened 2 years ago

wizekiddo commented 2 years ago

I ran make get and got the following make get Resolving dependencies... archive 2.0.13 (3.1.6 available) args 1.6.0 (2.3.0 available) async 2.4.1 (2.8.2 available) charcode 1.1.3 (1.3.1 available) cli_repl 0.2.0+1 (0.2.2 available) collection 1.14.12 (1.15.0 available) convert 2.1.1 (3.0.1 available) crypto 2.1.5 (3.0.1 available) glob 1.2.0 (2.0.2 available) http 0.12.1 (0.13.4 available) http_parser 3.1.4 (4.0.0 available) image 2.1.19 (3.1.0 available) js 0.6.1+1 (0.6.4 available) markdown 2.1.3 (4.0.1 available) matcher 0.12.6 (0.12.11 available) meta 1.1.8 (1.7.0 available) mime_type 0.3.0 (1.0.0 available) mustache_template 1.0.0+1 (2.0.0 available) node_interop 1.1.1 (2.1.0 available) node_io 1.1.1 (2.1.0 available) package_config 1.9.3 (2.0.2 available) package_resolver 1.0.10 (discontinued) path 1.7.0 (1.8.1 available) pedantic 1.9.0 (discontinued replaced by lints) petitparser 3.0.4 (4.4.0 available) pool 1.4.0 (1.5.0 available) quiver 2.1.3 (3.0.1+1 available) sass 1.26.5 (1.45.1 available) shelf 0.7.5 (1.2.0 available) source_maps 0.10.9 (0.10.10 available) source_span 1.7.0 (1.8.1 available) stack_trace 1.9.3 (1.10.0 available) stream_channel 2.0.0 (2.1.0 available) stream_transform 1.2.0 (2.0.0 available) string_scanner 1.0.5 (1.1.0 available) term_glyph 1.1.0 (1.2.0 available) tuple 1.0.3 (2.0.0 available) typed_data 1.1.6 (1.3.0 available) watcher 0.9.7+15 (1.0.1 available) xml 4.5.1 (5.3.1 available) Got dependencies!

after that when I do make I get Compiling Dart snapshot... Wrong full snapshot version, expected 'adf563436d12ba0d50ea5beb7f3be1bb' found 'f1db3415a45bf430607898342ec95936' make: *** [Makefile:19: book] Error 255

thanks for the help.