Hi! im trying to start my first hubspot project with you free courses for developer and i keep having this issues and im being unable to install it! How can i fix this? Im on a Mac!
npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
npm WARN deprecated urix@0.1.0: Please see GitHub - lydell/urix: [DEPRECATED] Makes Windows-style paths more unix and URI friendly. · GitHub
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated resolve-url@0.2.1: GitHub - lydell/resolve-url: [DEPRECATED] Like Node.js’ `path.resolve`/`url.resolve` for the browser. · GitHub
npm WARN deprecated source-map-resolve@0.5.3: See GitHub - lydell/source-map-resolve: [DEPRECATED] Resolve the source map and/or sources for a generated file. · GitHub
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See There’s Math.random(), and then there’s Math.random() · V8 for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see Request’s Past, Present and Future · Issue #3142 · request/request · GitHub
Thanks for your help!
Hi, @romerocam Thanks for reaching out. These problems are challenging as they often related to something local. Hey, @Teun @BarryGrennan @Sjardo , do you have any tips on getting set up and started for our new-to-HubSpot friend, @romerocam ?
Thank you! — Jaycee
Hi Jaycee! Thanks for your answer!!
Sjardo
December 20, 2022, 8:48am
4
Hi @romerocam ,
As there are alot of NPM packages deprecated, you should try to update to a new versions. Often there is a line that says what to do when you encounter warnings or errors.
With ‘npm update’ you can update your packages. As you say that you use the packages globably, try ‘npm update -g’ (-g stands for global).
Best,
Hi Sjardo! Thanks for your answer!! I will try your troubleshoot and let you know if there was any success!! I tried doing what the line says but didn’t work, now im trying your way, maybe it does work! Thanks!
Hey Sjardo! This is what i keep on having even after de mpn update -g…
Ive serach on the respective lines to find the solution but i dont seem to work… Any other ideas?
Thank you!
romerocam@Juans-MacBook-Pro Hubspot % npm update -g
npm WARN deprecated source-map-url@0.4.1: See GitHub - lydell/source-map-url: [DEPRECATED] Tools for working with sourceMappingURL comments. · GitHub
npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see Request’s Past, Present and Future · Issue #3142 · request/request · GitHub
npm WARN deprecated urix@0.1.0: Please see GitHub - lydell/urix: [DEPRECATED] Makes Windows-style paths more unix and URI friendly. · GitHub
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated resolve-url@0.2.1: GitHub - lydell/resolve-url: [DEPRECATED] Like Node.js’ `path.resolve`/`url.resolve` for the browser. · GitHub
npm WARN deprecated source-map-resolve@0.5.3: See GitHub - lydell/source-map-resolve: [DEPRECATED] Resolve the source map and/or sources for a generated file. · GitHub
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See There’s Math.random(), and then there’s Math.random() · V8 for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see Request’s Past, Present and Future · Issue #3142 · request/request · GitHub