sample-media-pwa
sample-media-pwa copied to clipboard
Error when running npm run dev
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
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 :-/
@paullewis yup, same on Win10.
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?
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.
The command copy
is an npm library. See my answer https://github.com/GoogleChromeLabs/sample-media-pwa/issues/41#issuecomment-567958171