JavaScript for WordPress › Forums › Gutenberg Development › 04.01 – I need a little bit more explanation to understand this › Reply To: 04.01 – I need a little bit more explanation to understand this
Hi Zac,
thank you for your answer 🙂 In the last days I learned lots of basics about the work with nodejs and react.
I installed a local WP-Server and getting nodejs run. Because I´m working from a preconfigured PC form my company, I have some problems by installing thinks. Whe I installed nodejs, the setup haven´t set the environment variable. That was the main problem.
Now I have nodejs in version 5.6.0 running. But when I try to install npm in the plugin I get these errors:
jsforwp-example-blocks> npm install
npm WARN jsforwp-blocks@1.0.0 No description
npm WARN jsforwp-blocks@1.0.0 No repository field.
I read these forum-post https://javascriptforwp.com/forums/topic/warnings-errors-on-npm-install-and-npm-run-dev/ but not really understand anything at all. Did you get a “best practice way” to fix this problem?
thanks a lot for your help.