如何从Nativescript中删除sass插件?

时间:2017-08-10 19:36:04

标签: sass nativescript nativescript-angular nativescript-plugin

我做了//Declare the variable if it doesn't exist, //without overwriting an existing value var myNamespace //Take the value of myNamespace (undefined if it didn't exist yet) //and replace it with {} if it is falsy myNamespace = myNamespace || {} ,现在我想删除它。 我尝试tns install sasstns plugin remove nativescript-dev-sass但没有成功!

我该怎样摆脱它?这真让我讨厌,我不想用它。 当我tns plugin remove sass时,我得到了

tns plugin

但命令Dev Dependencies: nativescript-dev-sass 给出了这样的信息:插件" nativescript-dev-sass"没有安装。

或者,当我执行tns plugin remove nativescript-dev-sass时,如何避免调用sass编译器?

1 个答案:

答案 0 :(得分:0)

尝试

npm uninstall nativescript-dev-sass