gpt4 book ai didi

node.js - npm - 对象函数 Object() { [ native 代码] } 没有方法 'assign'

转载 作者:太空宇宙 更新时间:2023-11-04 02:03:44 25 4
gpt4 key购买 nike

首先,我确实看到了类似的文档:

Node.js TypeError: Object function Object() { [native code] } has no method 'assign'

TypeError: Object function Object() { [native code] } has no method 'method'

但是..

我正在使用 Node 版本 0.10.48(我的应用程序使用已弃用的 Node api,因此我宁愿保留此版本)。

每当我尝试安装新模块,甚至运行需要模块的脚本时,我都会收到以下错误:typeerror 对象函数 object() native 代码没有方法“分配”

我什至无法使用 npm v 或 npm install/uninstall..

如何消除这个错误?我根本无法在终端上执行任何操作:(

最佳答案

你可以试试这个:https://nodejs.org/en/download/package-manager/#osx

curl "https://nodejs.org/dist/latest/node-${VERSION:-$(wget -qO- https://nodejs.org/dist/latest/ | sed -nE 's|.*>node-(.*)\.pkg</a>.*|\1|p')}.pkg" > "$HOME/Downloads/node-latest.pkg" && sudo installer -store -pkg "$HOME/Downloads/node-latest.pkg" -target "/"

也在 Amazon Linux 上为我工作(不同的命令)。

问题17886 ( https://github.com/npm/npm/issues/17996 )

关于node.js - npm - 对象函数 Object() { [ native 代码] } 没有方法 'assign',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45043386/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com