New pages using HTML

Uhm… nope :eyes:

Then of Read them :slight_smile:

Well, the docs are a great place to start!

3 Likes

I do at least one visit to php.net per day :slight_smile:

  if (err) throw err;

I think i understand what this means!
if an error appears, go ahead and throw it out the window

2 Likes

Is the react server of side?

Yes, it is.

1 Like

Ok, i think i’m almost done.
The Javascript function thingy isn’t working nicely with NodeJS…


Could someone help?

Could you watch a tutorial on node? You can’t run nodejs client side.

5 Likes

We can help you fix errors, point towards official documentation, help you understand something but not teach you a new language or framework. If you want to learn a new language or framework, you can 1) read the docs, 2) take courses on them, 3) read articles about them and 4) watch tutorials. Please do not find this mean or offensive.

6 Likes

This is solved, however, i’ve ran into another problem here.
I’ll solve it myself :slight_smile:

1 Like

@code-alt did you install fs on the project?

1 Like

I’m not a node person- but i’m pretty sure it comes pre-packaged

2 Likes

ya it’s made instantly when you create a node app

6 Likes

The name is actually occupied in npm to prevent someone from writing a malacious fs module


however for some reason you can get it, if you ask nicely. I’ve seen older projects have fs in their package.json for some reason
1 Like

Still getting almost 800k downloads per week.

2 Likes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.