wssgcg1213 / koa2-react-isomorphic-boilerplate

(ES2015) koa2 + koa-router7 with react + react-router + redux + server-side-render isomorphic boilerplate, develop with hot module replacement (HMR) both support koa-router & react-router.
https://www.zeroling.com/react-koa2-isomorphic-practise/
MIT License
181 stars 31 forks source link

npm start 时出现错误 http 404 错 #166

Closed chenshuxian closed 7 years ago

chenshuxian commented 7 years ago

npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/koa2-react-isomorphic-boilerplate npm ERR! 404 npm ERR! 404 'koa2-react-isomorphic-boilerplate' 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 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url. 请问这问题要如何解决

wssgcg1213 commented 7 years ago

你是怎么启动的

chenshuxian commented 7 years ago

npm start

wssgcg1213 commented 7 years ago

node 是哪个版本的 我试一下

chenshuxian commented 7 years ago

node v7.8.0 npm v4.2.0

chenshuxian commented 7 years ago

请问有办法解决吗

wssgcg1213 commented 7 years ago

你是不是把这个当成模块使用了,它不是一个模块

wssgcg1213 commented 7 years ago

我试了一下 node7是可以的 image