Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8876899
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T19:19:54+00:00 2026-06-14T19:19:54+00:00

I have a Node.js file called server.js. In the script, I am opening some

  • 0

I have a Node.js file called “server.js”.

In the script, I am opening some files using something like:

var certPem = fs.readFileSync('cert_and_key_dev.pem', encoding='ascii');

Using the bash shell, if I cd into the directory where the server.js is, and run the command:

[mybashshell]$ node server.js

It works, I got no error. Server launches and runs.

Now when I cd OUT OF the directory where the server.js file is, then run the same shell command again to launch my server.

It complains about my file path to my “cert_and_key_dev.pem” being broken.

I wasn’t expecting something like this to happen. I though the path used in the script file being executed should be relative to the script file, not to the location where I executed my bash shell command.

Any ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T19:19:55+00:00Added an answer on June 14, 2026 at 7:19 pm

    Put this at the beginning of your script.

    process.chdir(__dirname);
    

    This will change the process’s working directory into the directory path of the file (__dirname) being executed.

    For more information on the function read this.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a standard node.js static file server that I want to use to
I have an xml file that has an address node that looks like <address>
I have an XML file that looks like <?xml version='1.0' encoding='UTF-8'?> <root> <node name=foo1
I have an XML file, that may or may not contain a node called
I have installed a program called node.js on my server to listen on port
I have a node.js script on my server that I want to run continuously
I have a simple Express server that is serving up some static files. Here
I have a trouble with parsing an XML File called test.xml like this :
I have a node.js (v0.6.12) application that starts by evaluating a Javascript file, startup.js.
In the sitemap file, I have sitemap Node URL which have more than 1

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.