# test-web **Repository Path**: wyz5204/test-web ## Basic Information - **Project Name**: test-web - **Description**: react vue 学习的小项目 也是学期前端的小项目 vue界面: http://wyz5204.gitee.io/test-web【复制】或者直接点击下方超链接即可 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: http://wyz5204.gitee.io/test-web - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-15 - **Last Updated**: 2023-11-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ``` node:internal/modules/cjs/loader:959 throw err; ^ Error: Cannot find module 'C:\Users\NH55\AppData\Roaming\npm\node_modules\create-react-app\index.js' ``` 重新安装cnpm yarn 等即可 安装cnpm npm install -g cnpm --registry=https://registry.npm.taobao.org 安装react脚手架 cnpm install -g create-react-app 安装yarn npm install -g yarn yarn --version yarn config set registry https://registry.npm.taobao.org -g yarn config set sass_binary_site http://cdn.npm.taobao.org/dist/node-sass -g npm uninstall yarn -g 卸载 安装 npm install yarn (最好不要用别的安装命令,会没效果)