You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone [email protected]:WebDevStudios/wds-blocks.git
cd wds-blocks
npm install --production
Screenshots of error
$ npm install --production
npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
> [email protected] postinstall /home/justin/src/wds-blocks
> npm run build && composer install --quiet
> [email protected] build /home/justin/src/wds-blocks
> wds-build
sh: 1: wds-build: not found
npm ERR! code ELIFECYCLE
npm ERR! syscall spawn
npm ERR! file sh
npm ERR! errno ENOENT
npm ERR! [email protected] build: `wds-build`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/justin/.npm/_logs/2021-03-17T21_32_04_224Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] postinstall: `npm run build && composer install --quiet`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/justin/.npm/_logs/2021-03-17T21_32_04_274Z-debug.log
Please include any relevant parts of your configuration
Node v14, NPM v6
The text was updated successfully, but these errors were encountered:
Expected behavior
The plugin builds with minimal extras
Actual behavior
Build fails with:
sh: 1: wds-build: not found
Steps to reproduce error
Screenshots of error
Please include any relevant parts of your configuration
The text was updated successfully, but these errors were encountered: