arunoda / learnnextjs-demo

Demo App of the http://learnnextjs.com
93 stars 139 forks source link

Cannot `npm i` Lazy Loading Modules tutorial #26

Open michaeljonathanblack opened 6 years ago

michaeljonathanblack commented 6 years ago

https://nextjs.org/learn/excel/lazy-loading-modules/setup

mherold-mac:learnnextjs-demo mherold$ git checkout firebase-hn
Branch 'firebase-hn' set up to track remote branch 'firebase-hn' from 'origin'.
Switched to a new branch 'firebase-hn'
mherold-mac:learnnextjs-demo mherold$ npm i
...
npm ERR! code E404
npm ERR! 404 Not Found: protobufjs@^5.0.0
emiljohansson commented 6 years ago

I was able to install and run dev after changing firebase to the latest version ("firebase": "^5.2.0")

emiljohansson commented 6 years ago

...actually all the sudden, not sure what I did, I was not able to install firebase 5.x, getting similar issues as these tickets https://github.com/firebase/firebase-js-sdk/issues/873 and https://github.com/mapbox/node-pre-gyp/issues/381

After updating java, I am only able to use firebase 4.1.3... not really sure where the issue is

klanjabrik commented 6 years ago

Solved my problem