Getting npm error in main_ssw.yml file when I try to deploy MERN project on Azure #131387
Unanswered
Saikumar0883
asked this question in
npm
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
npm install
npm run build --if-present
npm run test --if-present
shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
npm error code ENOENT
npm error syscall open
npm error path D:\a\SSW\SSW\package.json
npm error errno -4058
npm error enoent Could not read package.json: Error: ENOENT: no such file or directory, open 'D:\a\SSW\SSW\package.json'
npm error enoent This is related to npm not being able to find a file.
npm error enoent
npm error A complete log of this run can be found in: C:\npm\cache_logs\2024-07-08T04_00_06_844Z-debug-0.log
npm error code ENOENT
npm error syscall open
npm error path D:\a\SSW\SSW\package.json
npm error errno -4058
npm error enoent Could not read package.json: Error: ENOENT: no such file or directory, open 'D:\a\SSW\SSW\package.json'
npm error enoent This is related to npm not being able to find a file.
npm error enoent
npm error A complete log of this run can be found in: C:\npm\cache_logs\2024-07-08T04_00_13_204Z-debug-0.log
npm error code ENOENT
npm error syscall open
npm error path D:\a\SSW\SSW\package.json
npm error errno -4058
npm error enoent Could not read package.json: Error: ENOENT: no such file or directory, open 'D:\a\SSW\SSW\package.json'
npm error enoent This is related to npm not being able to find a file.
npm error enoent
npm error A complete log of this run can be found in: C:\npm\cache_logs\2024-07-08T04_00_13_561Z-debug-0.log
Error: Process completed with exit code 1.
Getting this error I tried deploying all possible ways and tried using utube videos also . But Im unable to fix it. Please help in this..
Beta Was this translation helpful? Give feedback.
All reactions