You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ npm install -g vue-cli
$ vue init webpack my-project
$ cd my-project
$ npm install
$ npm run dev
What is Expected?
expect to see the page of vue-cli in my browser
What is actually happening?
localhost/:3 Uncaught SyntaxError: Unexpected token import at Object. (app.js:696) at webpack_require (app.js:556) at fn (app.js:87) at Object. (app.js:587) at webpack_require (app.js:556) at app.js:579 at app.js:582
The text was updated successfully, but these errors were encountered:
Im using npm -v 3.9.5 and node 6.2.2
Steps to reproduce
$ npm install -g vue-cli
$ vue init webpack my-project
$ cd my-project
$ npm install
$ npm run dev
What is Expected?
expect to see the page of vue-cli in my browser
What is actually happening?
localhost/:3 Uncaught SyntaxError: Unexpected token import at Object. (app.js:696) at webpack_require (app.js:556) at fn (app.js:87) at Object. (app.js:587) at webpack_require (app.js:556) at app.js:579 at app.js:582
The text was updated successfully, but these errors were encountered: