Replies: 6 comments 22 replies
-
Looks like an issue compiling xml2json a dependency for reading the occasional soap responses. I will do some googling. |
Beta Was this translation helpful? Give feedback.
-
OK, @lastraum can you try removing your dependency on the production That uses the latest |
Beta Was this translation helpful? Give feedback.
-
I made a boo boo that was my first time doing a beta release and I forgot to tag the npm publish as beta, so I just republished as prod v3.0.2 so you can just update your version and try. |
Beta Was this translation helpful? Give feedback.
-
Just for anyone reading issue was resolved in |
Beta Was this translation helpful? Give feedback.
-
I'm adding you to the contributor section of the package.json The tracking info we got on the discord pair coding was useful. |
Beta Was this translation helpful? Give feedback.
-
Just to confirm with everyone, this question was fixed with @lastraum when he realized he did not have a typescript types file setup as this module is pure JS. |
Beta Was this translation helpful? Give feedback.
-
Hey Brandon,
Any reason why npm i dominos won't work on my new ec2 server and receiving a node-expat error?
npm ERR! code 1 npm ERR! path /home/ec2-user/lk/dominos/node_modules/node-expat npm ERR! command failed npm ERR! command sh -c node-gyp rebuild npm ERR! make: Entering directory
/home/ec2-user/lk/dominos/node_modules/node-expat/build'npm ERR! CC(target) Release/obj.target/expat/deps/libexpat/lib/xmlparse.o
npm ERR! make: Leaving directory
/home/ec2-user/lk/dominos/node_modules/node-expat/build' npm ERR! gyp info it worked if it ends with ok npm ERR! gyp info using [email protected] npm ERR! gyp info using [email protected] | linux | x64 npm ERR! gyp info find Python using Python version 2.7.18 found at "/usr/bin/python" npm ERR! gyp info spawn /usr/bin/python npm ERR! gyp info spawn args [ npm ERR! gyp info spawn args '/home/ec2-user/.nvm/versions/node/v15.11.0/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py', npm ERR! gyp info spawn args 'binding.gyp', npm ERR! gyp info spawn args '-f', npm ERR! gyp info spawn args 'make', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args '/home/ec2-user/lk/dominos/node_modules/node-expat/build/config.gypi', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args '/home/ec2-user/.nvm/versions/node/v15.11.0/lib/node_modules/npm/node_modules/node-gyp/addon.gypi', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args '/home/ec2-user/.cache/node-gyp/15.11.0/include/node/common.gypi', npm ERR! gyp info spawn args '-Dlibrary=shared_library', npm ERR! gyp info spawn args '-Dvisibility=default', npm ERR! gyp info spawn args '-Dnode_root_dir=/home/ec2-user/.cache/node-gyp/15.11.0', npm ERR! gyp info spawn args '-Dnode_gyp_dir=/home/ec2-user/.nvm/versions/node/v15.11.0/lib/node_modules/npm/node_modules/node-gyp', npm ERR! gyp info spawn args '-Dnode_lib_file=/home/ec2-user/.cache/node-gyp/15.11.0/<(target_arch)/node.lib', npm ERR! gyp info spawn args '-Dmodule_root_dir=/home/ec2-user/lk/dominos/node_modules/node-expat', npm ERR! gyp info spawn args '-Dnode_engine=v8', npm ERR! gyp info spawn args '--depth=.', npm ERR! gyp info spawn args '--no-parallel', npm ERR! gyp info spawn args '--generator-output', npm ERR! gyp info spawn args 'build', npm ERR! gyp info spawn args '-Goutput_dir=.' npm ERR! gyp info spawn args ] npm ERR! gyp info spawn make npm ERR! gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ] npm ERR! make: cc: Command not found npm ERR! make: *** [Release/obj.target/expat/deps/libexpat/lib/xmlparse.o] Error 127 npm ERR! gyp ERR! build error npm ERR! gyp ERR! stack Error:
make` failed with exit code: 2npm ERR! gyp ERR! stack at ChildProcess.onExit (/home/ec2-user/.nvm/versions/node/v15.11.0/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:378:20)
npm ERR! gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12)
npm ERR! gyp ERR! System Linux 4.14.219-161.340.amzn2.x86_64
npm ERR! gyp ERR! command "/home/ec2-user/.nvm/versions/node/v15.11.0/bin/node" "/home/ec2-user/.nvm/versions/node/v15.11.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
npm ERR! gyp ERR! cwd /home/ec2-user/lk/dominos/node_modules/node-expat
npm ERR! gyp ERR! node -v v15.11.0
npm ERR! gyp ERR! node-gyp -v v7.1.2
npm ERR! gyp ERR! not ok
npm ERR! A complete log of this run can be found in:`
Beta Was this translation helpful? Give feedback.
All reactions