vue-friendly-iframe icon indicating copy to clipboard operation
vue-friendly-iframe copied to clipboard

npm run dev script fails

Open sarogersz opened this issue 4 years ago • 1 comments

I cloned the project, did npm install, and tried to run the dev script. I get:

'NODE_ENV' is not recognized as an internal or external command, operable program or batch file.

The dev script is: "dev": "NODE_ENV=development webpack-dev-server --config ./build/webpack.dev.js --open --inline --hot",

What am I missing? Is this a bug?

Just looking for a working example of vue-friendly-iframe

sarogersz avatar Jul 01 '20 01:07 sarogersz

@sarogersz the docs-src directory is a working example:

https://github.com/officert/vue-friendly-iframe/tree/master/docs-src

officert avatar Jul 07 '20 14:07 officert