zodern / meteor-up

Production Quality Meteor Deployment to Anywhere
http://meteor-up.com/
MIT License
1.28k stars 279 forks source link

Unable to execute mup proxy reconfig-shared #1353

Open eugle opened 3 months ago

eugle commented 3 months ago

mup v1.5.10 node v20.12.0

Unable to execute, same in both Windows and Mac, this is an error returned

mup proxy reconfig-shared
The shared settings affect all apps using this reverse proxy.
TypeError: Cannot read properties of undefined (reading 'charCodeAt')
    at expandTilde (C:\Users\22345\AppData\Roaming\nvm\v20.12.1\node_modules\mup\node_modules\expand-tilde\index.js:14:16)
    at C:\Users\22345\AppData\Roaming\nvm\v20.12.1\node_modules\mup\lib\utils.js:296:69
    at Array.map (<anonymous>)
    at PluginAPI.resolvePath (C:\Users\22345\AppData\Roaming\nvm\v20.12.1\node_modules\mup\lib\utils.js:296:31)
    at Object.reconfigShared [as handler] (C:\Users\22345\AppData\Roaming\nvm\v20.12.1\node_modules\mup\lib\plugins\proxy\command-handlers.js:211:33)
    at PluginAPI.runCommand (C:\Users\22345\AppData\Roaming\nvm\v20.12.1\node_modules\mup\lib\plugin-api.js:135:40)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)