Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Fix nodejs dependency installation#1

Open
lonedone wants to merge 1 commit intoobytes:mainfrom
lonedone:fix-nodejs-dependency-fetching
Open

Fix nodejs dependency installation#1
lonedone wants to merge 1 commit intoobytes:mainfrom
lonedone:fix-nodejs-dependency-fetching

Conversation

@lonedone
Copy link

If you try to deploy nodejs you will get this error:

Traceback (most recent call last):
  File "/usr/local/Cellar/python@3.9/3.9.8/Frameworks/Python.framework/Versions/3.9/lib/python3.9/shutil.py", line 815, in move
    os.rename(src, real_dst)
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/lambda-ci/7bs1u2n7/node_modules' -> '/tmp/lambda-ci/7bs1u2n7/nodejs/node_modules'

this happens because "npm install" is looking for a package.json file (not current-package.json)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants