Skip to content
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

Release 0.8.4 not updated #53

Closed
danieloprado opened this issue Dec 9, 2016 · 2 comments
Closed

Release 0.8.4 not updated #53

danieloprado opened this issue Dec 9, 2016 · 2 comments

Comments

@danieloprado
Copy link

danieloprado commented Dec 9, 2016

I updated nuxt to 0.8.4 but the lib/nuxt.js is not the same as the github tag.
I´m trying to use the new option srcDir.
I already deleted the node_modules and yarn.lock, I tried to install using npm and yarn.

My local/installed file: lines 51 to 55

// Env variables
this.dev = this.options.dev
this.dir = (typeof options.rootDir === 'string' && options.rootDir ? options.rootDir : process.cwd())
// If store defined, update store options to true
if (fs.existsSync(join(this.dir, 'store', 'index.js'))) {

https://github.com/nuxt/nuxt.js/blob/v0.8.4/lib/nuxt.js

 // Env variables
 this.dev = this.options.dev
 this.dir = (typeof options.rootDir === 'string' && options.rootDir ? options.rootDir : process.cwd())
 this.srcDir = (typeof options.srcDir === 'string' && options.srcDir ? resolve(this.dir, options.srcDir) : this.dir)
 // If store defined, update store options to true
 if (fs.existsSync(join(this.srcDir, 'store', 'index.js'))) {

My package.json

{
  "name": "test-nuxt",
  "version": "1.0.0",
  "description": "Nuxt.js project",
  "author": "",
  "private": true,
  "dependencies": {
    "axios": "^0.15.3",
    "express": "^4.14.0",
    "nuxt": "^0.8.4"
  },
  "scripts": {
    "dev": "nuxt",
    "build": "nuxt build",
    "start": "node server",
    "generate": "nuxt generate"
  }
}

package json inside node_modules/nuxt folder:

{
  "_args": [
    [
      {
        "raw": "nuxt@^0.8.4",
        "scope": null,
        "escapedName": "nuxt",
        "name": "nuxt",
        "rawSpec": "^0.8.4",
        "spec": ">=0.8.4 <0.9.0",
        "type": "range"
      },
      "C:\\Users\\DNPO\\projects\\church-nuxt"
    ]
  ],
  "_from": "nuxt@>=0.8.4 <0.9.0",
  "_id": "nuxt@0.8.4",
This bug report is available on Nuxt.js community (#c43)
@Atinux
Copy link
Member

Atinux commented Dec 9, 2016

It's fixed in the v0.8.5 sorry about this!

@lock
Copy link

lock bot commented Nov 5, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Nov 5, 2018
@danielroe danielroe added the 2.x label Jan 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants