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

won't install #23

Open
mattdesl opened this issue Jan 27, 2016 · 3 comments
Open

won't install #23

mattdesl opened this issue Jan 27, 2016 · 3 comments

Comments

@mattdesl
Copy link

Seems like since esprima-six was unpublished from NPM, this example no longer installs.

npm ERR! Darwin 14.0.0
npm ERR! argv "/Users/matt/.nvm/versions/node/v5.0.0/bin/node" "/Users/matt/.nvm/versions/node/v5.0.0/bin/npm" "i"
npm ERR! node v5.0.0
npm ERR! npm  v2.14.12
npm ERR! code E404

npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/esprima-six
npm ERR! 404 
npm ERR! 404 'esprima-six' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'astw'
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! Please include the following file with any support request:
npm ERR!     /projects/oss/isomorphic-react-example/npm-debug.log
@DavidWells
Copy link
Owner

Yeah this repo is super old. PRs welcome for updating it to the latest versions of React and ReactDom

@rflmyk
Copy link

rflmyk commented Mar 19, 2016

I fix my bug with:

  • in file package.json fix:
  ...
  "dependencies": {
    ...
    "react": "*"
  },
  ...
  • then run in your terminal:
$ npm update --save

This work for me ;)

@rnjailamba
Copy link

rnjailamba commented Apr 28, 2016

Ive done this

{
  "name": "node-authentication",
  "main": "server.js",
  "dependencies": {
    "body-parser": "~1.0.0",
    "cookie-parser": "~1.0.0",
    "ejs": "~0.8.5",
    "express": "~4.0.0",
    "griddle-react": "^0.1.19",
    "path": "*",
    "react": "*"
  },
  "devDependencies": {
    "browserify": "~3.20.0",
    "gulp": "~3.8.9",
    "gulp-browserify": "~0.5.0",
    "gulp-concat": "~2.4.1",
    "node-jsx": "~0.2.0",
    "react-tools": "^0.12.0",
    "reactify": "0.15.2"
  }
}

This is the error i got -


npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/esprima-six
npm ERR! 404 
npm ERR! 404 'esprima-six' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'derequire'

@mayr-ink that didnt work , bye :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants