9
0
mirror of https://github.com/Kas-tle/java2bedrock.sh.git synced 2025-12-27 18:49:07 +00:00
This commit is contained in:
Kas-tle
2022-05-26 03:33:41 +00:00
committed by GitHub
parent 3cfb595765
commit e73349ac71

View File

@@ -90,5 +90,5 @@ wget https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 && sudo
If you install spritesheet-js globally, but the script fails due to missing the dependency, ensure that the folder containing your global node modules is added to your path. If, after installing, `which spritesheet-js` returns no output, you may add global node modules to your path by:
```sh
echo "export PATH=$PATH:$(npm config --global get prefix)/bin" >> ~/.bashrc && source ~/.bashr
echo "export PATH=$PATH:$(npm config --global get prefix)/bin" >> ~/.bashrc && source ~/.bashrc
```