Skip to content

Conversation

lonedone
Copy link

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

Traceback (most recent call last):
  File "/usr/local/Cellar/[email protected]/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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants