
Angular
Sweet_Spot
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
解决问题**@Cannot download "https://github.com/sass/node-sass/releases/download/binding.node**
解决 @Cannot download "https://github.com/sass/node-sass/releases/download/binding.node 最近利用假期在自学angular框架,因为之前电脑的固态坏了,之前下载的东西和配置的环境都没了,所以这次环境配置花了很多时间。期间,在生成项目时遇到一个主要问题,如标题,该问题是因为node-sass被墙掉了,所以要使用淘宝镜像...原创 2019-02-12 09:36:18 · 669 阅读 · 0 评论 -
解决问题ng不是内部命令的解决方案
解决问题ng不是内部命令的解决方案 首先是要去官网下载node 通过npm -v与node -v来查看node npm是否安装成功 基础工作做好后,开始解决上述问题,下面是具体解决方案: 首先要先安装typescript,因为angular-cli就是用ts写的,直接npm install即可: npm install -g typescript 其次就是安装angular-cli,这里首推使用...原创 2019-02-12 09:55:48 · 5285 阅读 · 6 评论 -
npm install 报错 :stack Error: Can't find Python executable "python"
npm install 报错 :stack Error: Can’t find Python executable “python” 因为node-gyp的安装需要,它只能支持python2,官方推荐python2.7,下载链接 安装完成后,设置环境变量PYTHONPATH(值为安装目录,例如C:\Python27)与PYTHON(值为%PYTHONPATH%\python.exe) 然后在终端中...原创 2019-02-12 10:04:52 · 21917 阅读 · 2 评论