maoberlehner / goodbye-webpack-building-vue-applications-without-webpack

This is an example project for the following article: https://markus.oberlehner.net/blog/goodbye-webpack-building-vue-applications-without-webpack/
77 stars 17 forks source link

Error installing #5

Closed tmst closed 5 years ago

tmst commented 5 years ago

No idea...

$ npm install ... npm ERR! code E500 npm ERR! 500 Internal Server Error: arraybuffer.slice@0.0.7 ...

maoberlehner commented 5 years ago

Just tried, can't reproduce. Very likely no problem with this repository. Maybe something with your network / VPN / Firewall? I'm sorry I can't help you!

tmst commented 5 years ago

Yeah. Sorry I can't help you help me. I'm getting all kinds of weird errors when using npm. I just wanted to use Vue SFC. But I found a way to use x-templates fairly cleanly by writing them as HTML files and importing them into index.html using script tags. I know - TMI. :-)