安装node-sass文件后出错

时间:2019-03-20 13:05:32

标签: node.js angular ionic-framework npm node-sass

我正在尝试为一个新项目运行离子服务,但我继续因该错误而失败

enter image description here

所以我尝试了以下

  1. 已删除节点模块文件夹并运行javax.persistence.EntityNotFoundException: Unable to find <packagename>.Worker with id 5bb2c8f7-c938-4343-89e2-611b39d99f90
  2. @NotFound(action=NotFoundAction.EXCEPTION)
  3. sudo npm install

尝试以上方法后,可能有人会说我错了 我从npm cache clean

开始

我的配置是

  • ionic(Ionic CLI):4.12.0(/ usr / local / lib / node_modules / ionic
  • 离子框架:@ ionic / angular 4.1.1
  • @ angular-devkit / build-angular:0.13.6
  • @ angular / cli:7.3.6
  • @ angular-devkit / schematics:7.2.4
  • @ ionic / angular-toolkit:1.4.0

系统:

  • NodeJS:v10.11.0(/ usr / local / bin / node)
  • npm:6.4.1
  • OS:macOS Mojave

请有人帮我解决这个问题

1 个答案:

答案 0 :(得分:0)

尝试使用以下命令将其安装到您的节点模态 项目目录中的npm install node-sass命令

或者如果不起作用,请尝试使用npm install -g node-sass

进行全局安装
相关问题