freshsomebody / move-mirror-clone

A clone of Google Move Mirror built by Nuxt.js
9 stars 1 forks source link

Install issue #4

Closed PrashantSaikia closed 4 years ago

PrashantSaikia commented 4 years ago

In the Build Setup section, the first step you mention is npm run install. But where is this install file located? I get this error:

npm ERR! missing script: install

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Admin\AppData\Roaming\npm-cache\_logs\2020-08-04T08_50_51_475Z-debug.log

I searched through every folder in your repo, but can't find the install file anywhere.

freshsomebody commented 4 years ago

Hi @PrashantSaikia , thank you for reporting! Sorry I made a mistake of installation script in the README. I will fix it right away.

The script should be npm install (without run). Execute npm install at its root folder (the same level with package.json), and it should work.