get an error message, as follows
"npm error code ENOENT
npm error syscall open
npm error path /home/david/package.json
npm error errno -2
npm error enoent Could not read package.json: Error: ENOENT: no such file or directory, open '/home/david/package.json'"
package.json is located in the nodejs-poolController-dashPanel directory, which is located in the Home directory. Not quite sure how to troubleshoot this or fix it, as I followed the install instructions in the Quick Start Guide,
"cd ~
git clone https://github.com/rstrouse/nodejs-poolController-dashPanel.git
cd ~/nodejs-poolController-dashPanel
npm i
npm run build
npm run start:cached"
I'm not sure how to fix this. I suspect I may have to remove dashpanel and reinstall, and maybe poolController as well. Any help is greatly appreciated.
get an error message, as follows
"npm error code ENOENT
npm error syscall open
npm error path /home/david/package.json
npm error errno -2
npm error enoent Could not read package.json: Error: ENOENT: no such file or directory, open '/home/david/package.json'"
package.json is located in the nodejs-poolController-dashPanel directory, which is located in the Home directory. Not quite sure how to troubleshoot this or fix it, as I followed the install instructions in the Quick Start Guide,
"cd ~
git clone https://github.com/rstrouse/nodejs-poolController-dashPanel.git
cd ~/nodejs-poolController-dashPanel
npm i
npm run build
npm run start:cached"
I'm not sure how to fix this. I suspect I may have to remove dashpanel and reinstall, and maybe poolController as well. Any help is greatly appreciated.