gcorne / wp-react-boilerplate

Get started with using React in a WordPress plugin
129 stars 27 forks source link

Webpack required? Other dependencies? #1

Closed MickeyKay closed 8 years ago

MickeyKay commented 8 years ago

Just tried to install and run npm run build and immediately ran into some issues that look like they have to do with dependencies. . . are there specific dependencies required to use this boilerplate? If so, maybe add them to the install notes. Thanks!

gcorne commented 8 years ago

Just tried to install and run npm run build and immediately ran into some issues that look like they have to do with dependencies. . . are there specific dependencies required to use this boilerplate? If so, maybe add them to the install notes. Thanks!

@MickeyKay did you run npm install before running npm run build?

MickeyKay commented 8 years ago

Exactly. Thanks :) ᐧ

On Sat, Dec 5, 2015 at 11:15 AM, Gregory Cornelius <notifications@github.com

wrote:

Just tried to install and run npm run build and immediately ran into some issues that look like they have to do with dependencies. . . are there specific dependencies required to use this boilerplate? If so, maybe add them to the install notes. Thanks!

@MickeyKay https://github.com/MickeyKay did you run npm install before running npm run build?

— Reply to this email directly or view it on GitHub https://github.com/gcorne/wp-react-boilerplate/issues/1#issuecomment-162217655 .

gcorne commented 8 years ago

Exactly. Thanks :)

I am updating the docs now.