workshopper / learnyoureact

Let's learn React.js and server side rendering!
MIT License
536 stars 142 forks source link

version not found: left-pad@0.0.3 in Exercise 8 #100

Closed shaosh closed 8 years ago

shaosh commented 8 years ago

In Exercise 8, when I was trying to install the npm packages babelify, babel-preset-react and babel-preset-es2015, it returns "version not found: left-pad@0.0.3". Is it possible to replace these packages use other packages?

kohei-takata commented 8 years ago

I think it have been fixed. Please run npm install browserify babelify babel-preset-react babel-preset-es2015 command again :)