Skip to content

This library (validator.js) validates strings only #7507

Closed
ChristianLapinig opened this Issue · 3 comments

4 participants

@ChristianLapinig

I recently did a git pull. I usually run an npm install along with installing gulp and bower. I ran bower install and nothing installed which caught my attention. Then I ran npm run only-once and everything seemed to seed correctly. I ran gulp, and after I logged in I got this:

screen shot 2016-03-11 at 5 35 58 pm

Does anyone know what's causing this? Usually when I run bower install the dependencies usually install, but that didn't happen this time

@raisedadead
Free Code Camp member

@ChristianLapinig I recommend you try some common trouble shooting steps that seem to work for me, I had seen this a while ago:

For broken modules/dependencies:
1. Clear npm cache : npm cache clear
2. Delete node_modules
3. npm install in the FCC directory.

For Seed:
Note : npm run only-once is not to be run once during setup, then it should be skipped for every other git pull you do for updating the code.

If you do need to seed the database, you can do node seed instead.

Also for corrupted setup, if you are doing the npm run only-once anyway, then remember to delete the server/rev-manifest.json before you do so.

Hope this helps! Join us in the Chat room if you need any help

@raisedadead raisedadead added the blocked label
@raisedadead
Free Code Camp member

@ChristianLapinig Closing as stale with no updates.

Please reach us on the Contributors Chat Room if you are still stuck.

@BerkeleyTrue BerkeleyTrue removed the blocked label
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.