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
I wanted to create my profile using nextjs and .github.io pages approach. I have replicated repo, made changes and deployed as github pages and it works smoothly but when I run npm and npm run dev to test locally and push it, the github action failed with an error: ➤ YN0028: │ The lockfile would have been modified by this install, which is explicitly forbidden. It make changes to yarn.lock and package.json and leading to github action error.
I am new to nextjs. Please suggest me how can I solve it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
I wanted to create my profile using nextjs and .github.io pages approach. I have replicated repo, made changes and deployed as github pages and it works smoothly but when I run
npmandnpm run devto test locally and push it, the github action failed with an error:➤ YN0028: │ The lockfile would have been modified by this install, which is explicitly forbidden.It make changes to yarn.lock and package.json and leading to github action error.I am new to nextjs. Please suggest me how can I solve it.
Beta Was this translation helpful? Give feedback.
All reactions