After upgrade to NS 4.1 i am having issues with css. My classes in the scss file are not transpiled into css. Here is my basic package.json file. Can anyone help. i was hoping upgrade to 4.1 would be smoother.
{
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"readme": "NativeScript Application",
"repository": "<fill-your-repository-here>",
"nativescript": {
"id": "org.nativescript.myapp",
"tns-android": {
"version": "4.1.3"
}
},
"scripts": {
"lint": "tslint \"app/**/*.ts\""
},
"dependencies": {
"nativescript-theme-core": "~1.0.4",
"nativescript-ui-sidedrawer": "~4.1.0",
"rxjs": "~6.1.0",
"tns-core-modules": "4.1.0",
"tns-template-drawer-navigation-ts": "4.1.2"
},
"devDependencies": {
"babel-traverse": "6.26.0",
"babel-types": "6.26.0",
"babylon": "6.18.0",
"lazy": "1.0.11",
"nativescript-dev-sass": "~1.6.0",
"nativescript-dev-typescript": "~0.7.0",
"nativescript-dev-webpack": "~0.14.0",
"tslint": "~5.10.0",
"typescript": "~2.7.2"
}
}
My tns doctor says:
No issues were detected.
Your ANDROID_HOME environment variable is set and points to correct directory.
Your adb from the Android SDK is correctly installed.
The Android SDK is installed.
A compatible Android SDK for compilation is found.
Javac is installed and is configured properly.
The Java Development Kit (JDK) is installed and is configured properly.
Local builds for iOS can be executed only on a macOS system. To build for iOS on a different operating system, you can use the NativeScript cloud infrastructure.
Getting NativeScript components versions information…
Component nativescript has 4.1.2 version and is up to date.
Component tns-core-modules has 4.1.0 version and is up to date.
Component tns-android has 4.1.3 version and is up to date.
Component tns-ios is not installed.
I am using Linuxmint. Can anyone please assist?