chat21-web-widget
                                
                                 chat21-web-widget copied to clipboard
                                
                                    chat21-web-widget copied to clipboard
                            
                            
                            
                        npm install error
environment:
npm -v = 6.13.4
node -v = v12.16.1
OS: macOS
i've installed cloud functions , create a firebase database.
 git clone git clone https://github.com/chat21/chat21-web-widget.git
npm install
and i got errors:
n=0" "--node_napi_label=node-v72"
gyp ERR! cwd /Users/fer/Documents/desarrollo/javascript/chat21-web-widget/node_modules/grpc
gyp ERR! node -v v12.16.1
gyp ERR! node-gyp -v v5.0.5
gyp ERR! not ok
node-pre-gyp ERR! build error
node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --library=static_library --module=/Users/fer/Documents/desarrollo/javascript/chat21-web-widget/node_modules/grpc/src/node/extension_binary/node-v72-darwin-x64-unknown/grpc_node.node --module_name=grpc_node --module_path=/Users/fer/Documents/desarrollo/javascript/chat21-web-widget/node_modules/grpc/src/node/extension_binary/node-v72-darwin-x64-unknown --napi_version=5 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (1)
node-pre-gyp ERR! stack     at ChildProcess.node install
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: node-pre-gyp install --fallback-to-build --library=static_library
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install 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:
The same here
It is related to a Firebase issue with node 12: https://github.com/firebase/firebase-js-sdk/issues/1738 Downgrade node to 10 or 11
Andrea, since there this issue with the firebase package that we need to restrict to Node 10 or 11 what would the Angular CLI version proper to run in the desktop ? Grazie mile per tu lavoro
 This is my configuration for the widget
This is my configuration for the widget
But also work with Node 12. Can you confirm?
