JavaScript for WordPress Forums Bugs & Issues WordPress Block Development course – lots of npm errors on install and run dev Reply To: WordPress Block Development course – lots of npm errors on install and run dev

#143561
Lukasz Jaroszewski
Participant

I tried forcefully installing it:

PS C:\laragon\www\elrs-online-help\wp-content\plugins\jsforwp-example-blocks> npm install –save-dev –unsafe-perm node-sass
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported

Errors are gone now, but not sure if that was the right move since it’s mentioning something being deprecated. I tried running run dev and made some small changes like editing the description of the block but nothing changes on the front-end.