You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to do npm install where we have sfcc-ci as a dependency in the package.json
"sfcc-ci": "SalesforceCommerceCloud/sfcc-ci#v2.11.0"
npm is throwing an error while installing sfcc-ci dependency. It is failing at prepare: npm run synk-protect. We have tried with the later versions of node, but no luck.
At the end it should NOPACKAGEJSON error even through repo contains the package.json
Anyone faced this issue?
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Hi @rpillamerkle, in the screenshot it says version v2.6.0, whereas in the description you say v2.11.0. Can you clarify please?
In current master (precisely in commit d6e6457) there is a change related to snyk protect. Just to verify: can you depend from that and see if the npm install is working fine then?
@tobiaslohr Thanks for the reply. I was just trying different versions. So, the same error shows up for both the versions. We have used the commit version that you mentioned, the error shows up for that version as well.
sfcc-ci Version
2.11
NodeJS Version
10.23
sfcc-ci Path
No response
Host OS Details
No response
What happened?
We are trying to do npm install where we have sfcc-ci as a dependency in the package.json
"sfcc-ci": "SalesforceCommerceCloud/sfcc-ci#v2.11.0"
npm is throwing an error while installing sfcc-ci dependency. It is failing at prepare: npm run synk-protect. We have tried with the later versions of node, but no luck.
At the end it should NOPACKAGEJSON error even through repo contains the package.json
Anyone faced this issue?
Relevant log output
No response
The text was updated successfully, but these errors were encountered: