jchavarri / framer-boilerplate

An empty Framer project that uses Gulp for live reload and CoffeeScript transpilation + Browserify to include modules
23 stars 10 forks source link

Problem installing framer-boilerplate #8

Open bjabri opened 6 years ago

bjabri commented 6 years ago

Dear @joetheday and @jchavarri I came across your artical "How to Run Framer JS on Windows" on https://medium.com/microsoft-design/how-to-run-framer-js-on-windows-94e6a06abfe4 , so now I am trying to install framer-boilerplate but I am facing few problems, please, I need your help. let me show you what I get when trying to install framer-boilerplate:


PS Z:\FramerJS_Projects\Android\A_Test_1> npm install npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5 npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen) npm WARN deprecated connect@2.30.2: connect 2.x series is deprecated npm WARN deprecated graceful-fs@3.0.11: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js npm ERR! code ENOGIT npm ERR! Error while executing: npm ERR! undefined ls-remote -h -t https://github.com/joetheday/framerjs-prebuilt.git npm ERR! npm ERR! undefined npm ERR! No git binary found in $PATH npm ERR! npm ERR! Failed using git. npm ERR! Please check if you have git installed and in your PATH.

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Bandar\AppData\Roaming\npm-cache_logs\2018-09-16T09_28_37_886Z-debug.log


I tried these two commands as well which I think they complains about not finding https://github.com/joetheday/framerjs-prebuilt.git


PS Z:\FramerJS_Projects\Android\A_Test_1> npm ls framer-boilerplate@1.0.0 Z:\FramerJS_Projects\Android\A_Test_1 `-- UNMET DEPENDENCY framerjs-prebuilt@git+https://github.com/joetheday/framerjs-prebuilt.git

npm ERR! missing: framerjs-prebuilt@git+https://github.com/joetheday/framerjs-prebuilt.git, required by framer-boilerplate@1.0.0 PS Z:\FramerJS_Projects\Android\A_Test_1> npm install framerjs-prebuilt@git+https://github.com/joetheday/framerjs-prebuilt.git npm ERR! code ENOGIT npm ERR! Error while executing: npm ERR! undefined ls-remote -h -t https://github.com/joetheday/framerjs-prebuilt.git npm ERR! npm ERR! undefined npm ERR! No git binary found in $PATH npm ERR! npm ERR! Failed using git. npm ERR! Please check if you have git installed and in your PATH.

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Bandar\AppData\Roaming\npm-cache_logs\2018-09-16T12_11_43_162Z-debug.log


PS Z:\FramerJS_Projects\Android\A_Test_1> npm install framerjs-prebuilt@git+https://github.com/joetheday/framerjs-prebuilt npm ERR! code ENOGIT npm ERR! Error while executing: npm ERR! undefined ls-remote -h -t https://github.com/joetheday/framerjs-prebuilt.git npm ERR! npm ERR! undefined npm ERR! No git binary found in $PATH npm ERR! npm ERR! Failed using git. npm ERR! Please check if you have git installed and in your PATH.

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Bandar\AppData\Roaming\npm-cache_logs\2018-09-16T12_19_58_727Z-debug.log


What did I do wrong ? How to fix it, please ?

joetheday commented 6 years ago

Hm. I think some dependencies are out of date. Maybe try npm update to see if that resolves some of the issues?