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
Hey all, just wanted to leave a note here for all future learners.
As of March 2021, npm install breaks down with an exit code after hanging on the following line:
npm WARN deprecated [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3
Here's how to fix it:
start clean --> delete node_modules folder and/or package-lock.json, if you have them.
In command line, run:
npm install --package-lock-only
npm audit fix --force
npm install
Happy testing,
Sean
The text was updated successfully, but these errors were encountered:
Hello @sormiston ,
Can You help me please ? I did what you say but I get this error :
error during render : /
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in C:\Users<user>PROJECTS\hacker_news\vue-hackernews\node_modules\firebase\package.json
Hey all, just wanted to leave a note here for all future learners.
As of March 2021, npm install breaks down with an exit code after hanging on the following line:
npm WARN deprecated [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3
Here's how to fix it:
In command line, run:
Happy testing,
Sean
The text was updated successfully, but these errors were encountered: