fabien0102 / gatsby-starter

Gatsby 2.0 starter with typescript and many cools dev tools
386 stars 99 forks source link

Not work with node v11.11.0 && npm v6.7.0 && gatsby v2.4.10 #87

Closed nikbelikov closed 4 years ago

nikbelikov commented 5 years ago

` gatsby new my-website https://github.com/fabien0102/gatsby-starter error Directory my-website is already an npm project MacBook-Pro-Nikolaj:jest nikbelikov$ gatsby new my-website https://github.com/fabien0102/gatsby-starter info Creating new site from git: https://github.com/fabien0102/gatsby-starter.git Cloning into 'my-website'... remote: Enumerating objects: 1397, done. remote: Total 1397 (delta 0), reused 0 (delta 0), pack-reused 1397 Receiving objects: 100% (1397/1397), 15.23 MiB | 5.88 MiB/s, done. Resolving deltas: 100% (865/865), done. success Created starter directory layout info Installing packages... npm WARN npm npm does not support Node.js v11.11.0 npm WARN npm You should probably upgrade to a newer version of node as we npm WARN npm can't make any promises that npm will work with this version. npm WARN npm Supported releases of Node.js are the latest release of 6, 8, 9, 10. npm WARN npm You can find the latest version at https://nodejs.org/ npm ERR! code ETARGET npm ERR! notarget No matching version found for gatsby-remark-autolink-headers@next npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR! notarget a package version that doesn't exist. npm ERR! notarget npm ERR! notarget It was specified as a dependency of 'gatsby-starter' npm ERR! notarget

npm ERR! A complete log of this run can be found in: npm ERR! /Users/nikbelikov/.npm/_logs/2019-03-10T16_13_59_111Z-debug.log error Command failed: npm install

Error: Command failed: npm install

bensontrent commented 5 years ago

Fixed by #89