How To Solve Error [ERR_PACKAGE_PATH_NOT_EXPORTED]

发布时间:2022-05-12浏览次数:0

支持注册ChatGPT Plus的OneKey虚拟卡
绑定Apple Pay、Google Pay、支付宝和微信支付进行日常消费

注册和了解更多 ->

silver

Solution Use LTS version of Nodejs

Just Downgrade nodejs to LTS version. So You just need to Use node.js v14.18.1 and remove the latest version just use the stable version v14.18.1 ( For Now ).

To uninstall old version of node use This command.

nvm uninstall <Your version>

In My Case I want to uninstall Node latest version of 17.0.1 so That I will run this command.

nvm uninstall v17.0.1

Then use the stable version LTS which is v14.18.1 Just run this command.

nvm install --lts

Now, Your error must be solved.

字节笔记本扫描二维码查看更多内容