Vue JS Kitchen Sink

How do I get “vue js” kitchen sink to work. I am trying but NOT able to get it to work. Please help me.

Download its repository and run

npm install
npm run dev
1 Like

I am getting this error when I run “npm run dev”

Please help.

Update node and npm to latest version

1 Like

Thanks man, it worked.

I’m getting that same error after updating node to v8.10.0 and npm to v5.7.1

It may be a problem with Rollup and CommonJS.

This may be relevant.

Definitely relevant.

Go to package.json… change rollup plugin commonjs to:

"rollup-plugin-commonjs": "^8.3.0",

Then it works.