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

#52094
Zac Gordon
Keymaster

I do cover this in depth in my Learn Vanilla JavaScript Course but we’ll try to get you up and running here.

It sounds like you already have things installed.

So, download the plugin repo, put it inside of your plugin folder, activate the plugin and it works. Right?

Then when you open up the folder for that plugin in your code editor or conmand line and run npm install nothing happens except those two warnings? Are you in the folder that has a package.json file there? It will need that for npm install to work so it you’re in the wrong directory that may be the problem too.