-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while I try generate a project #198
Comments
I'm getting the same os x sierra |
Same here Ubuntu 16.04 Happens on |
TEMPORARY SOLUTION There is an issue with the gulp-sourcemaps module that is installed with vue-cli. I fixed the issue finally after manually downloading the gulp-sourcemaps repository and placing its contents in the gulp-sourcemaps folder found in the node_modules of your vue-cli installation. When installing vue-cli, the "src" folder for gulp-sourcemaps was not installed. By copying the repository which includes the "src" folder, I was able to get it running. |
@brysem thanks for your temporary solution. Now, it worked for me. If you want automatically replace folder then you could use the bellow command in the node_modules of your vue-cli installation: sudo sh -c "wget https://github.com/floridoo/gulp-sourcemaps/archive/master.zip ; unzip master.zip ; rm -rf gulp-sourcemaps ; mv gulp-sourcemaps-master/ gulp-sourcemaps/ ; rm -rf master.zip" Note: I used the master version because src has never been part of the repo for releases |
@davidenq Updating vue-cli seems to fix the issue |
same issue with mac ... any workaround? @Phunky were you able to find a workaround ? If so, do you mind sharing with us? Thanks! |
Hi!, I installed vue-init following steps that describes at vue-init respositories, but when I run
vue init webpack example
orvue init
I get the next error:Ubuntu: 16.04 64-bit,
Proccessor: Intel® Core™ i5 CPU M 460 @ 2.53GHz × 4
Node: 6.7.0
npm: 3.10.3
Thanks!
The text was updated successfully, but these errors were encountered: