vue-land/create-vue-app

An unexpected error occurred: "Invalid Version: next"

shyrz opened this issue ยท 5 comments

shyrz commented

image
What happend... ๐Ÿ˜‚

shyrz commented

Then I cd my-app && yarn dev

Failed to parse "/path/to/my-app/vbuild.config.js" as JSON, JS, or YAML.

๐Ÿ˜‚

The first error might be related to network, what's in yarn-error.log?

The second error is fixed in v0.2.3

shyrz commented
Trace: 
  TypeError: Invalid Version: next
      at new SemVer (/Users/Phantr4x/.nvm/versions/node/v7.6.0/lib/node_modules/yarn/node_modules/semver/semver.js:293:11)
      at Range.test (/Users/Phantr4x/.nvm/versions/node/v7.6.0/lib/node_modules/yarn/node_modules/semver/semver.js:1036:15)
      at satisfies (/Users/Phantr4x/.nvm/versions/node/v7.6.0/lib/node_modules/yarn/node_modules/semver/semver.js:1085:16)
      at /Users/Phantr4x/.nvm/versions/node/v7.6.0/lib/node_modules/yarn/node_modules/semver/semver.js:1091:12
      at Array.filter (native)
      at Function.maxSatisfying (/Users/Phantr4x/.nvm/versions/node/v7.6.0/lib/node_modules/yarn/node_modules/semver/semver.js:1090:19)
      at PackageConstraintResolver.reduce (/Users/Phantr4x/.nvm/versions/node/v7.6.0/lib/node_modules/yarn/lib/package-constraint-resolver.js:23:37)
      at Config.resolveConstraints (/Users/Phantr4x/.nvm/versions/node/v7.6.0/lib/node_modules/yarn/lib/config.js:175:36)
      at /Users/Phantr4x/.nvm/versions/node/v7.6.0/lib/node_modules/yarn/lib/resolvers/registries/npm-resolver.js:73:38
      at Generator.next (<anonymous>)

Here it is

shyrz commented

It looks like got some trouble in node version?

it should be good money now, you can reopen this if the latest version does not work.