simon300000 / musedash.moe

Players rank of game Muse Dash!
https://musedash.moe
MIT License
51 stars 11 forks source link

Can't start the development server #10

Closed payagej closed 4 years ago

payagej commented 4 years ago

When I try to setup the developer, I first type

npm install When I do that I get

jules@eucalyptus  ~/WSoftware/musedash.moe   master  npm install npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

audited 37867 packages in 5.013s found 0 vulnerabilities

and when I try to npm run serve I get the error:

ERROR Failed to compile with 6 errors These dependencies were not found:

To install them, you can run: npm install --save @/components/vue-octicon/src/components/Octicon.vue @/components/vue-octicon/src/icons/device-desktop @/components/vue-octicon/src/icons/device-mobile

But it still returning an error that the package doesn't exist or can't find package.json in it.

simon300000 commented 4 years ago

Oh sorry I forgot some command

git submodule init
git submodule update

There is a submodule

simon300000 commented 4 years ago

If you want to use a different API server, this could be configured here

image

Or at https://github.com/simon300000/musedash.moe/blob/master/src/api.js#L4