insidesherpa / JPMC-tech-task-2-PY3

29 stars 349 forks source link

ENOENT: No such file or directory error message #603

Open jonzyyyy opened 2 years ago

jonzyyyy commented 2 years ago
image

Hi, I do not understand what this means. Could someone help me with this? I have followed all the steps in https://cdn.theforage.com/vinternships/companyassets/Sj7temL583QAYpHXD/setup_devenv_m2_v8.pdf, but I am unable to run the npm install as it results in an error "no such file or directory". Can someone help me identify what file I am missing? Thank you so much.

Information:

M2 Chip; MacOS 12.4; node -v v11.0.0; npm -v 6.4.1;

DanPark13 commented 2 years ago

The instructions are weird and outdated.

When creating a node package project, you just run npm init in the folder to get a package.json file in the folder, then you can run npm install and npm start.

jonzyyyy commented 1 year ago

Hi sorry, took some time off from working on this.

After I npm installed, I ran the npm start and it gave me this error

Could you let me know what I should do next?

Regards, Jonathan

On 6 Aug 2022, at 11:22 PM, Daniel Park @.***> wrote:

The instructions are weird and outdated.

When creating a node package project, you just run npm init in the folder to get a package.json file in the folder, then you can run npm install and npm start.

— Reply to this email directly, view it on GitHub https://github.com/insidesherpa/JPMC-tech-task-2-PY3/issues/603#issuecomment-1207233240, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXR4HUMICU4BRSEKOY7F2LDVXZ7L3ANCNFSM55IFC5RA. You are receiving this because you are subscribed to this thread.