Skip to content

Tag: javascript

Amcharts images “304 Not Modified” error

I’m getting 304 error when AMCHARTS images are requested to load. Odd thing is that it works locally on my PC but doesn’t work in development environment. Checked folder and files permissions > Permissions are all OK Checked PATH > Path is OK Tried absolute paths > Still not working in de…

Node.js bash: /usr/local/bin/node: Permission denied

I’m installing Node.js on Ubuntu machine. I followed official instructions: So, I got node binary in /usr/local/bin/node and all dependencies. But when I run it from command line I get permission error: How can I fix it? How can I run it under my account? sudo node doesn’t work too. Answer You nee…