赞
踩
在conda虚拟环境先安装nodejs,如果你的conda环境中已经有了nodejs,也可以再次安装,它会将nodejs更新到新的版本。
conda install -c conda-forge nodejs
然后再运行安装命令行,就可以安装成功啦
pip install npm
最后运行安装命令,安装Next.js依赖项
npm install -g next
这里只推荐一种安装方式,下载软件包安装:
https://classic.yarnpkg.com/en/docs/install#windows-stable
然后运行指令:
yarn install
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。