nodejs安装配置的问题
全程按照https://blog.csdn.net/qq_40593308/article/details/110559838步骤来的,可是后面npm install vue -g就出问题了npm ERR! code EPERM
npm ERR! syscall mkdir
npm ERR! path D:\NodeJS\node_cache\_cacache
npm ERR! errno EPERM
npm ERR! FetchError: Invalid response body while trying to fetch https://registry.npm.taobao.org/vue: EPERM: operation not permitted, mkdir 'D:\NodeJS\node_cache\_cacache'
npm ERR! at D:\NodeJS\node_modules\npm\node_modules\minipass-fetch\lib\body.js:162:15
npm ERR! at async Arborist. (D:\NodeJS\node_modules\npm\node_modules\@npmcli\arborist\lib\arborist\build-ideal-tree.js:997:19)
npm ERR! at async Arborist. (D:\NodeJS\node_modules\npm\node_modules\@npmcli\arborist\lib\arborist\build-ideal-tree.js:877:11)
npm ERR! at async Arborist.buildIdealTree (D:\NodeJS\node_modules\npm\node_modules\@npmcli\arborist\lib\arborist\build-ideal-tree.js:206:7)
npm ERR! at async Arborist.reify (D:\NodeJS\node_modules\npm\node_modules\@npmcli\arborist\lib\arborist\reify.js:147:5)
npm ERR! at async Install.install (D:\NodeJS\node_modules\npm\lib\install.js:150:5)
npm ERR!FetchError: Invalid response body while trying to fetch https://registry.npm.taobao.org/vue: EPERM: operation not permitted, mkdir 'D:\NodeJS\node_cache\_cacache'
npm ERR! at D:\NodeJS\node_modules\npm\node_modules\minipass-fetch\lib\body.js:162:15
npm ERR! at async Arborist. (D:\NodeJS\node_modules\npm\node_modules\@npmcli\arborist\lib\arborist\build-ideal-tree.js:997:19)
npm ERR! at async Arborist. (D:\NodeJS\node_modules\npm\node_modules\@npmcli\arborist\lib\arborist\build-ideal-tree.js:877:11)
npm ERR! at async Arborist.buildIdealTree (D:\NodeJS\node_modules\npm\node_modules\@npmcli\arborist\lib\arborist\build-ideal-tree.js:206:7)
npm ERR! at async Arborist.reify (D:\NodeJS\node_modules\npm\node_modules\@npmcli\arborist\lib\arborist\reify.js:147:5)
npm ERR! at async Install.install (D:\NodeJS\node_modules\npm\lib\install.js:150:5) {
npm ERR! code: 'EPERM',
npm ERR! errno: 'EPERM',
npm ERR! syscall: 'mkdir',
npm ERR! path: 'D:\\NodeJS\\node_cache\\_cacache',
npm ERR! type: 'system',
npm ERR! requiredBy: '.'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It's possible that the file was already in use (by a text editor or antivirus),
npm ERR! or that you lack permissions to access it.
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.
正经人谁用-g啊 还有一个问题你是哪里复制的安装命令很好奇vue这个客户端脚本为什么要装电脑上 又不是脚手架 kogawananari 发表于 2021-8-29 20:15
正经人谁用-g啊
哈哈哈,还好我当初醒目点,没完全按网上哪些家伙的来,哈哈 {:10_250:}
楼主,你放心心,肯定会遇到一堆问题,慢慢搞哈 {:10_250:} kogawananari 发表于 2021-8-29 20:17
还有一个问题你是哪里复制的安装命令很好奇vue这个客户端脚本为什么要装电脑上 又不是脚手架
就是那个连接里的教程 一只魈咸鱼 发表于 2021-8-29 22:32
就是那个连接里的教程
vue是客户端脚本 你-g安装有什么意义吗
不如你先装个axios玩玩 它是客户端脚本也是服务端脚本 通用的 一只魈咸鱼 发表于 2021-8-29 22:32
就是那个连接里的教程
大略看了一下你发的教程链接 完全是吃饱了撑的 瞎改配置 然后错漏一点就完蛋
下载node安装包 全部默认一路点下一步安装完成 啥也不改就能用有啥好配置的 最多再把js和mjs文件的默认打开方式改一下
编程有关的编译器解释器啥的全部装c盘就完事了觉得c盘小就换个1T的当系统盘 不分盘 就一个硬盘 解决你99%的强迫症 还有下载 下个不稳定的最新版15 而不是下LTS 这教程是误人子弟到时候一堆模块都不兼容你还得装多版本node 恶心人 kogawananari 发表于 2021-8-30 11:30
还有下载 下个不稳定的最新版15 而不是下LTS 这教程是误人子弟到时候一堆模块都不兼容你还得装多版本node ...
虽然我听不懂,不过我觉得大佬你说的有道理{:10_266:} kogawananari 发表于 2021-8-30 11:30
还有下载 下个不稳定的最新版15 而不是下LTS 这教程是误人子弟到时候一堆模块都不兼容你还得装多版本node ...
我如果把nodejs删掉,我还能从python调用PyExecJs吗 一只魈咸鱼 发表于 2021-8-30 18:34
我如果把nodejs删掉,我还能从python调用PyExecJs吗
没用过 我都是单独用node
node里的js和浏览器里的有很大区别内建的类和函数不一样 kogawananari 发表于 2021-8-31 01:18
没用过 我都是单独用node
node里的js和浏览器里的有很大区别内建的类和函数不一样
好的
页:
[1]