Open CorgiRetriever opened 3 years ago
npm install
and npm start
are two commands that you must run from the command line, while inside the folder you just opened. NPM will do its magic automatically, by reading the package.json
file.
Let me know if you can do it :)
node.js
https://nodejs.org/cmd
and click OKcd /d <node.js directory>
npm install <musicope-master directory>
npm explore musicope --npm run-script %cd%\node server.js
Where:
<node.js directory>
- full path to node.js directory;
<musicope-master directory>
- path to musicope-master directory.
Notes: don't close the window after that.<musicope-master directory>\static\songs
I've downloaded the thing, but I can't really find the npm install and start files, am I doing something wrong? my first time using github here, so help would be more than appreciated.