You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the code npm start -- --name "Test" --server 127.0.0.1:8090 --sitemap homekit
results in npm ERR! Error: ENOENT, open '/home/xxx/Downloads/OpenHAB-HomeKit-Bridge/node_modules/--name/package.json'
I went into ./lib/openHABBridge.js and set the 'name' option to not be mandatory and have a default value and it works. I have zero experience with NodeJS but it looks close enough to Perl which I have some experience in that I was able to ascertain this much but as far as the npm start items I'm clueless.
The text was updated successfully, but these errors were encountered:
Running the code
npm start -- --name "Test" --server 127.0.0.1:8090 --sitemap homekit
results in
npm ERR! Error: ENOENT, open '/home/xxx/Downloads/OpenHAB-HomeKit-Bridge/node_modules/--name/package.json'
I went into ./lib/openHABBridge.js and set the 'name' option to not be mandatory and have a default value and it works. I have zero experience with NodeJS but it looks close enough to Perl which I have some experience in that I was able to ascertain this much but as far as the npm start items I'm clueless.
The text was updated successfully, but these errors were encountered: