I´m taking a course in Udemy about Frontend. Unfortunately, I´m stuck in this part
enter image description here
Previously I install SASS and Gulp properly without any problems but when i try to put the "npx gulp tarea" appears that. In the video of the course I´m taking it suposse to appears what is inside of the console.log. I was trying with so many videos on yt but i still doesn´t work. What should I do? I´m new at all this stuff.
As i said before, i tried to unistall node again, SASS(4.0.2) and gulp(1.57.1) again but I´m still stuck in that part. I expected to solve that error but sadly doesn´t work
Related
When I run ng serve or ionic serve for my ionic and angular projects, the live-reloading feature works for a while. However, after an hour or so it stops working. I can tell because I run into an error, make a change to the code, and notice that it is the same. Then I look into the source files of the project via inspect element to see my changes have not been made. So, I restart my angular or ionic project. Usually, that fixes things. However, this is quite an annoying problem. I have experienced it twice today, once on an ionic project and once on an angular project. Is anyone else having this experience or knows how to fix it? It has been going on for a few weeks now at least for me.
I have been mainly using vim to code in Java and everything works great. Recently I've tried to code in JavaScript however vim appears to be having some issues. It is because of the prettier plugin which I have recently included (java works well though). I attempted to write a simple JavaScript Hello World program just to test if things are working. However, every time I attempt to save in a file ending with .js extension an error appears at the bottom left of my vim page.
The error looks like this.
After I press enter or some other command it changes everything I typed in the file to this.
Edit: I also tried it out on a Python file and there was no issue with Prettier.
I use Vundle as a plugin manager, I have included this in my .vimrc:
Plugin 'prettier/vim-prettier', { 'do': 'yarn install' }
I'm wondering if there is a way to fix this. I already tried reinstalling the plugin, I even tried downgrading the version. Nothing seems to work. Has anyone bumped into this before? If so, how did you guys tackle the issue?
Currently I am developing a mobile app in Ionic for a local coffee roaster. Instead of building a cart from scratch I decided to integrate ngCart as a quick option that works with angular. After injecting the dependency into my app.js some individual components worked just fine, but the shopping cart summary and cart.html did not work. I am not very familiar with Jasmine, but searching my project I found a function I wanted in ngCart_test.html. So I copied the code from there into my CartController.js and that's when things get weird.
When I copied the code over it had an extra "})" which throws a syntax error, but everything works how it should. When I fix the syntax error it says, "describe not defined." I have tried unsuccessfully to fix the describe error but I am more curious as to why the syntax error makes ngCart work properly. I am guessing the syntax error breaks the js and causes the ngCart to load in the proper order, but I haven't been able to figure it out. I can send screenshots or additional info as needed.
Thanks for the help!
I am working on a project where I want to make it look as if a shutter of a camera is opening and closing... I was able to get this to work in a regular html/css/js file structure however when I trie to bring/ incorporate it into Foundations Responsive Frameworks I was not able to get it to work. There are no errors in the console and checked to make sure everything is linked correctly. ... I have attached both folders in the link, the working folder that is not in a framework and the broken folder that I am trying to use foundations framework..
https://drive.google.com/folderview?id=0B4EHdofHefLHZjZpczBybE1xWGs&usp=sharing
Thank you in advance for any feedback/help.
-Jake
Unfortunately, I cannot fix it.
Fortunately, I did figure out the problem.
The jquery.shutter.css is not loading properly. Here is my attempt at your project in React.
When I take your working example and delete the jquery.shutter.css file, I get the exact same result as the React version which has no error message. I gave it a good try and cannot fix it without more time. I hope knowing the problem helps you.
Note: Unfortunately Google will not let me upload a JSON file so you will have to change package.txt to package.json and install using Node
I've just installed cocos2d-iphone and installed the XCode templates as described here. I've created a new "Cocos2d OSX with JavaScript"-project. Now, when I try to run the new project, I get a build error in jsb_core.mm, complaining that jsb_opengl_registration.h is not found. I've tried to google jsb_opengl_registration.h, but nothing turns up.
Do anyone out there know how to deal with this? Thanks! :)
As it turns out that, the jsb lib binding template templates/Xcode4_templates/lib_jsbindings.xctemplate/TemplateInfo.plist was falling behind a little. The problem has been resolved in https://github.com/cocos2d/cocos2d-iphone/commit/32fe67c6f31684dd3a235f6dfb5e64f49ce2edfc, so doing a fetch and installing the templates again fixes the problem.