mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
fix: update default Node.js binary path in configuration
- Changed the default Node.js binary path from /usr/lib/bin to /usr/lib/node_bin to reflect the correct directory structure, ensuring proper environment setup for Node.js development.
This commit is contained in:
@@ -33,7 +33,7 @@ const (
|
||||
MetadataConfigName = "config.json"
|
||||
DefaultPyenvPath = "/root/.pyenv"
|
||||
DefaultNodeModulesPath = "/usr/lib/node_modules"
|
||||
DefaultNodeBinPath = "/usr/lib/bin"
|
||||
DefaultNodeBinPath = "/usr/lib/node_bin"
|
||||
DefaultGoPath = "/root/go"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user