jagenjo / litegraph.js

A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allows to export graphs as JSONs to be included in applications independently.
MIT License
6.55k stars 700 forks source link

npm run build error #477

Open qilvnuanqingyou opened 3 months ago

qilvnuanqingyou commented 3 months ago

Running "closureCompiler:targetName" (closureCompiler) task

compiler Jar file path not valid: node_modules/google-closure-compiler/compiler.jar closureCompiler Task Failed :: Options

breadam commented 1 month ago

Running "closureCompiler:targetName" (closureCompiler) task

compiler Jar file path not valid: node_modules/google-closure-compiler/compiler.jar closureCompiler Task Failed :: Options

Hey there, You can change the path in "gruntfile" to "google-closure-compiler-java/compiler.jar". It's on line 28