every time i tried to run this code yo @mendix/widget GroupBox I got this error : Code style issues found in the above file(s). Forgot to run Prettier? npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! groupbox@1.0.0 lint: `pluggable-widgets-tools lint` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the groupbox@1.0.0 lint 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! C:\Users\Akram Kawamleh\AppData\Roaming\npm-cache\_logs\2020-06-30T10_01_02_159Z-debug.log > groupbox@1.0.0 build C:\Users\Akram Kawamleh\Documents\groupBox\groupBox > pluggable-widgets-tools build:ts:native Running MX Widgets Tools script build:ts:native... [03:01:03] Local gulp not found in C:\Users\Akram [03:01:03] Try running: npm install gulp npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! groupbox@1.0.0 build: `pluggable-widgets-tools build:ts:native` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the groupbox@1.0.0 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! C:\Users\Akram Kawamleh\AppData\Roaming\npm-cache\_logs\2020-06-30T10_01_03_151Z-debug.log
asked
akram kawamleh
1 answers
1
Your path has a space in it which prevents the build tools from accessing gulp. If you run the command in a directory that has a path without spaces, it should work.