structor
structor copied to clipboard
npm install fails on postexec.js
Hi,
when i run npm istall the postinstall script fails with this error:
185 info postinstall [email protected]
186 verbose unsafe-perm in lifecycle true
187 info [email protected] Failed to exec postinstall script
188 verbose stack Error: [email protected] postinstall: node ./postexec.js
188 verbose stack Exit status 1
188 verbose stack at EventEmitter.node ./postexec.js
196 error Exit status 1
197 error Failed at the [email protected] postinstall script 'node ./postexec.js'.
197 error This is most likely a problem with the structor package,
197 error not with npm itself.
197 error Tell the author that this fails on your system:
197 error node ./postexec.js
197 error You can get information on how to open an issue for this project with:
197 error npm bugs structor
197 error Or if that isn't available, you can get their info via:
197 error
197 error npm owner ls structor
197 error There is likely additional logging output above.
198 verbose exit [ 1, true ]
after this if I try to run npm install structor I get: npm WARN install Refusing to install structor as a dependency of itself.
P.S. attaching full npm-debug.log npm-debug.log