Giter VIP home page Giter VIP logo

Comments (6)

maplion avatar maplion commented on June 21, 2024 1

@sidhujus

Here is the error I receive:

npm ERR! A complete log of this run can be found in: C:\Users\<user>\AppData\Local\npm-cache\_logs\2024-03-15T19_55_36_822Z-debug-0.log

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "C:\Program Files\Amazon\AWSSAMCLI\runtime\Lib\site-packages\samcli\lib\sync\watch_manager.py", line 257, in _execute_infra_sync
    infra_sync_result = self._execute_infra_context(first_sync)
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Amazon\AWSSAMCLI\runtime\Lib\site-packages\samcli\lib\sync\watch_manager.py", line 187, in _execute_infra_context
    return self._infra_sync_executor.execute_infra_sync(first_sync)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Amazon\AWSSAMCLI\runtime\Lib\site-packages\samcli\lib\sync\infra_sync_executor.py", line 168, in execute_infra_sync
    self._build_context.run()
  File "C:\Program Files\Amazon\AWSSAMCLI\runtime\Lib\site-packages\samcli\commands\build\build_context.py", line 332, in run
    raise UserException(str(ex), wrapped_from=wrapped_from) from ex
samcli.commands.exceptions.UserException: NodejsNpmEsbuildBuilder:NpmInstall - NPM Failed: npm WARN config production Use `--omit=dev` instead.
npm WARN deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
'husky' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code 1
npm ERR! path C:\Users\<user>\AppData\Local\Temp\tmp8k6l4ov8
npm ERR! command failed
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c husky

from aws-sam-cli.

sidhujus avatar sidhujus commented on June 21, 2024 1

Spoke on slack, summarizing the workarounds here for visibility. When SAM CLI builds a node project it does not download the dev dependencies which is what causes the command not found error. specifying the --build-in-source flag bypasses this issue, additionally adding husky to the regular dependencies will also fix the problem. A third possible workaround is to follow the guidance provided here and set the command to never fail

from aws-sam-cli.

sidhujus avatar sidhujus commented on June 21, 2024

Hi @maplion, Thanks for opening the issue! I wasn't able to reproduce the error when I tried running sam sync after following the steps you posted. Could you try running sam sync with the --debug flag and providing the output here?

from aws-sam-cli.

maplion avatar maplion commented on June 21, 2024

I ended up using the "prepare":"husky || true" method to solve this as it seems to be the simplest and does what I need it to do without interruptions to sam sync or sam build. Both other methods were tried and work, but this was my preferred way to go about it. Closing this as I consider this a viable workaround. Thanks for the help @sidhujus !

from aws-sam-cli.

github-actions avatar github-actions commented on June 21, 2024

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

from aws-sam-cli.

efimk-me avatar efimk-me commented on June 21, 2024

aws/aws-lambda-builders#635

from aws-sam-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.