digitalthrive / Harvest

Front-end boilerplate for Gulp with everything you need to get started
MIT License
236 stars 56 forks source link

out-date Packages npm #15

Closed selique closed 8 years ago

selique commented 8 years ago

i revice this Message when try install packages ->npm WARN package.json FrontFriend@0.0.1 No repository field.

i try change the package.json for bower.json and revice the messages -> bower browser-sync#^2.9.11 ENOTFOUND Package browser-sync not found and ->bower gulp-concat#^2.6.0 ENOTFOUND Package gulp-concat not found

well, i tried doing the manual installation, but the result is equal.

ryanbenson commented 8 years ago

You can safely ignore the WARN messages about the repository field and the license field as they're really just minor notices. But if you want them to go away, you'll need to fill in those elements in your package.json as those would be unique to your project.

As for the bower issue, I'm not sure I understand. What are you trying to do?

selique commented 8 years ago

I'm doing something quite unusual if you take into account, but do not believe that is the problem, open a machine in codio.com site with a standard php stack, inside I uploaded the github repository of files and start via terminal codio the installation command. I understand your answer but did not understand why inside the terminal codio the command '$ gulp' not start. if you can take the test as explained above would be interesting, because the codio up a virtual Linux environment.

ryanbenson commented 8 years ago

Interesting! I made an account, but I can't use the terminal with a free account, so I can't test it in that SaaS environment. Have you tried running it locally? And when you run gulp, are you typing in the $?

selique commented 8 years ago

its so strangely because all account have access to terminal on codio. ssa

ryanbenson commented 8 years ago

Are you paying for the service? I signed up for a free account and it won't let me access to the terminal.

screen shot 2015-10-26 at 12 45 47 pm

selique commented 8 years ago

oh, sorry i have account and this so old i don't remember that's closed for paying customers... i am registered on time beta into this but i believe you can closed this issue, for the resolution i change path of repository NPM

ryanbenson commented 8 years ago

I'm glad you were able to get it working :)

selique commented 8 years ago

i recommend add the params for a better and more complete installation $ npm install -g gulp

reference : https://github.com/HosseinKarami/fastshell/blob/master/DOCS.md

ryanbenson commented 8 years ago

Thanks for the tip. I added a note about needing Gulp installed, and the CLI task to install it on the main README: https://github.com/ryanbenson/Harvest/commit/eb2c1ed81e312aa2559c34bc9a83e67afed3e024