Skip to content
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.

Error when running npm run dev #19

Open
olyvatwist opened this issue Jun 3, 2017 · 5 comments
Open

Error when running npm run dev #19

olyvatwist opened this issue Jun 3, 2017 · 5 comments

Comments

@olyvatwist
Copy link

Getting the error from package.json.

"copy-client": "copy \"src/client/**/*.*\" \"!src/client/scripts/**/*.*\" \"!src/client/styles/**/*.*\" \"!src/client/videos/**/*.*\" dist/client",

I am using windows 8.1

@paullewis
Copy link
Contributor

I wonder if this is due to paths etc being *nix-centric (I'm on a Mac). Unfortunately I don't have a Windows machine to check either way :-/

@kaminskypavel
Copy link

@paullewis yup, same on Win10.

@joeyparrish
Copy link

I get complaints about missing mkdirp on both Windows and Linux until I run npm install.

After that, I get the same error on Windows. @paullewis, do you want to borrow access to Shaka Player's windows lab machine?

@wernert
Copy link

wernert commented Oct 1, 2017

Had the same error on windows 10, node 6.10
changed the build step = build runs , serve works
see my fork:
https://github.com/wernert/sample-media-pwa
please try out.

@scailbc
Copy link

scailbc commented Dec 20, 2019

The command copy is an npm library. See my answer #41 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants