Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (67)
up vote
0
down vote
favorite
I've updated an old ionic application. After the update I get the following error:
Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (67)
I've googled and searched for the answer. But nothing helps. I've tried to delete de node_modules directory, also reinstalling node sass. Also downgrading.
NPM version: 6.4.1
Node: v11.1.0
npm ls node-sass
fonville-app@0.0.1 C:Appsxxx
+-- @ionic/app-scripts@3.2.0
| `-- node-sass@4.9.0
+-- gulp-sass@3.2.1
| `-- node-sass@4.11.0 deduped
`-- node-sass@4.11.0
>ionic serve
> ionic-app-scripts serve --address 0.0.0.0 --port 8100 --livereload-port 35729 --dev-logger-port 53703 --nobrowser
[app-scripts] C:UserskevinAppDataRoamingnpmnode_modules@ionicapp- scriptsnode_modulesnode-sasslibbinding.js:13
[app-scripts] throw new Error(errors.unsupportedEnvironment());
[app-scripts] ^
[app-scripts] Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (67)
[app-scripts] For more information on which environments are supported please see:
[app-scripts] https://github.com/sass/node-sass/releases/tag/v4.9.0
[app-scripts] at module.exports (C:UserskevinAppDataRoamingnpmnode_modules@ionicapp- scriptsnode_modulesnode-sasslibbinding.js:13:13)
[app-scripts] at Object.<anonymous> (C:UserskevinAppDataRoamingnpmnode_modules@ionicapp- scriptsnode_modulesnode-sasslibindex.js:14:35)
[app-scripts] at Module._compile (internal/modules/cjs/loader.js:707:30)
[app-scripts] at Object.Module._extensions..js (internal/modules/cjs/loader.js:718:10)
[app-scripts] at Module.load (internal/modules/cjs/loader.js:605:32)
[app-scripts] at tryModuleLoad (internal/modules/cjs/loader.js:544:12)
[app-scripts] at Function.Module._load (internal/modules/cjs/loader.js:536:3)
[app-scripts] at Module.require (internal/modules/cjs/loader.js:643:17)
[app-scripts] at require (internal/modules/cjs/helpers.js:22:18)
[app-scripts] at Object.<anonymous> (C:UserskevinAppDataRoamingnpmnode_modules@ionicapp- scriptsdistcorebundle-components.js:6:16)
[ERROR] ionic-app-scripts has unexpectedly closed (exit code 1).
The Ionic CLI will exit. Please check any output above for error details.
Can anyone help me?
Edit:
It looks like it was an mismatching version numbers. After the change I got another error. Does anyone can help me with this?
>ionic cordova build android --prod --release --minifyjs --minifycss
> ionic-app-scripts build --prod --minifyjs --minifycss --target cordova --platform android
[09:04:53] ionic-app-scripts 3.2.0
[09:04:53] build prod started ...
[09:04:53] clean started ...
[09:04:53] clean finished in 3 ms
[09:04:53] copy started ...
[09:04:53] deeplinks started ...
[09:04:53] deeplinks finished in 154 ms
[09:04:53] ngc started ...
[09:04:55] ionic-app-script task: "build"
[09:04:55] Error: Cannot find module '@angular/compiler-cli/ngtools2'
Error: Cannot find module '@angular/compiler-cli/ngtools2'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:587:15)
at Function.Module._load (internal/modules/cjs/loader.js:513:25)
at Module.require (internal/modules/cjs/loader.js:643:17)
at require (internal/modules/cjs/helpers.js:22:18)
at C:UserskevinAppDataRoamingnpmnode_modules@ionicapp- scriptsdistaotaot-compiler.js:206:90
[ERROR] An error occurred while running subprocess ionic-app-scripts.
ionic-app-scripts build --prod --minifyjs --minifycss --target cordova --platfor... exited with exit code 1.
Re-running this command with the --verbose flag may provide more information.
ionic-framework npm sass
add a comment |
up vote
0
down vote
favorite
I've updated an old ionic application. After the update I get the following error:
Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (67)
I've googled and searched for the answer. But nothing helps. I've tried to delete de node_modules directory, also reinstalling node sass. Also downgrading.
NPM version: 6.4.1
Node: v11.1.0
npm ls node-sass
fonville-app@0.0.1 C:Appsxxx
+-- @ionic/app-scripts@3.2.0
| `-- node-sass@4.9.0
+-- gulp-sass@3.2.1
| `-- node-sass@4.11.0 deduped
`-- node-sass@4.11.0
>ionic serve
> ionic-app-scripts serve --address 0.0.0.0 --port 8100 --livereload-port 35729 --dev-logger-port 53703 --nobrowser
[app-scripts] C:UserskevinAppDataRoamingnpmnode_modules@ionicapp- scriptsnode_modulesnode-sasslibbinding.js:13
[app-scripts] throw new Error(errors.unsupportedEnvironment());
[app-scripts] ^
[app-scripts] Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (67)
[app-scripts] For more information on which environments are supported please see:
[app-scripts] https://github.com/sass/node-sass/releases/tag/v4.9.0
[app-scripts] at module.exports (C:UserskevinAppDataRoamingnpmnode_modules@ionicapp- scriptsnode_modulesnode-sasslibbinding.js:13:13)
[app-scripts] at Object.<anonymous> (C:UserskevinAppDataRoamingnpmnode_modules@ionicapp- scriptsnode_modulesnode-sasslibindex.js:14:35)
[app-scripts] at Module._compile (internal/modules/cjs/loader.js:707:30)
[app-scripts] at Object.Module._extensions..js (internal/modules/cjs/loader.js:718:10)
[app-scripts] at Module.load (internal/modules/cjs/loader.js:605:32)
[app-scripts] at tryModuleLoad (internal/modules/cjs/loader.js:544:12)
[app-scripts] at Function.Module._load (internal/modules/cjs/loader.js:536:3)
[app-scripts] at Module.require (internal/modules/cjs/loader.js:643:17)
[app-scripts] at require (internal/modules/cjs/helpers.js:22:18)
[app-scripts] at Object.<anonymous> (C:UserskevinAppDataRoamingnpmnode_modules@ionicapp- scriptsdistcorebundle-components.js:6:16)
[ERROR] ionic-app-scripts has unexpectedly closed (exit code 1).
The Ionic CLI will exit. Please check any output above for error details.
Can anyone help me?
Edit:
It looks like it was an mismatching version numbers. After the change I got another error. Does anyone can help me with this?
>ionic cordova build android --prod --release --minifyjs --minifycss
> ionic-app-scripts build --prod --minifyjs --minifycss --target cordova --platform android
[09:04:53] ionic-app-scripts 3.2.0
[09:04:53] build prod started ...
[09:04:53] clean started ...
[09:04:53] clean finished in 3 ms
[09:04:53] copy started ...
[09:04:53] deeplinks started ...
[09:04:53] deeplinks finished in 154 ms
[09:04:53] ngc started ...
[09:04:55] ionic-app-script task: "build"
[09:04:55] Error: Cannot find module '@angular/compiler-cli/ngtools2'
Error: Cannot find module '@angular/compiler-cli/ngtools2'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:587:15)
at Function.Module._load (internal/modules/cjs/loader.js:513:25)
at Module.require (internal/modules/cjs/loader.js:643:17)
at require (internal/modules/cjs/helpers.js:22:18)
at C:UserskevinAppDataRoamingnpmnode_modules@ionicapp- scriptsdistaotaot-compiler.js:206:90
[ERROR] An error occurred while running subprocess ionic-app-scripts.
ionic-app-scripts build --prod --minifyjs --minifycss --target cordova --platfor... exited with exit code 1.
Re-running this command with the --verbose flag may provide more information.
ionic-framework npm sass
I've had similar issues once. For me it was a version missmatch between ionic/app-scripts and node-sass. The combination of ionic/app-scripts@3.1.11and node-sass@4.9.0 works on my machine (also Windows 64-bit).
– Phonolog
Nov 20 at 17:04
Thanks, indeed was it a combination of mismatching version. Only after the change I got another error.. [09:04:55] Error: Cannot find module '@angular/compiler-cli/ngtools2' Error: Cannot find module '@angular/compiler-cli/ngtools2'
– kevin4hrens
Nov 21 at 8:05
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I've updated an old ionic application. After the update I get the following error:
Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (67)
I've googled and searched for the answer. But nothing helps. I've tried to delete de node_modules directory, also reinstalling node sass. Also downgrading.
NPM version: 6.4.1
Node: v11.1.0
npm ls node-sass
fonville-app@0.0.1 C:Appsxxx
+-- @ionic/app-scripts@3.2.0
| `-- node-sass@4.9.0
+-- gulp-sass@3.2.1
| `-- node-sass@4.11.0 deduped
`-- node-sass@4.11.0
>ionic serve
> ionic-app-scripts serve --address 0.0.0.0 --port 8100 --livereload-port 35729 --dev-logger-port 53703 --nobrowser
[app-scripts] C:UserskevinAppDataRoamingnpmnode_modules@ionicapp- scriptsnode_modulesnode-sasslibbinding.js:13
[app-scripts] throw new Error(errors.unsupportedEnvironment());
[app-scripts] ^
[app-scripts] Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (67)
[app-scripts] For more information on which environments are supported please see:
[app-scripts] https://github.com/sass/node-sass/releases/tag/v4.9.0
[app-scripts] at module.exports (C:UserskevinAppDataRoamingnpmnode_modules@ionicapp- scriptsnode_modulesnode-sasslibbinding.js:13:13)
[app-scripts] at Object.<anonymous> (C:UserskevinAppDataRoamingnpmnode_modules@ionicapp- scriptsnode_modulesnode-sasslibindex.js:14:35)
[app-scripts] at Module._compile (internal/modules/cjs/loader.js:707:30)
[app-scripts] at Object.Module._extensions..js (internal/modules/cjs/loader.js:718:10)
[app-scripts] at Module.load (internal/modules/cjs/loader.js:605:32)
[app-scripts] at tryModuleLoad (internal/modules/cjs/loader.js:544:12)
[app-scripts] at Function.Module._load (internal/modules/cjs/loader.js:536:3)
[app-scripts] at Module.require (internal/modules/cjs/loader.js:643:17)
[app-scripts] at require (internal/modules/cjs/helpers.js:22:18)
[app-scripts] at Object.<anonymous> (C:UserskevinAppDataRoamingnpmnode_modules@ionicapp- scriptsdistcorebundle-components.js:6:16)
[ERROR] ionic-app-scripts has unexpectedly closed (exit code 1).
The Ionic CLI will exit. Please check any output above for error details.
Can anyone help me?
Edit:
It looks like it was an mismatching version numbers. After the change I got another error. Does anyone can help me with this?
>ionic cordova build android --prod --release --minifyjs --minifycss
> ionic-app-scripts build --prod --minifyjs --minifycss --target cordova --platform android
[09:04:53] ionic-app-scripts 3.2.0
[09:04:53] build prod started ...
[09:04:53] clean started ...
[09:04:53] clean finished in 3 ms
[09:04:53] copy started ...
[09:04:53] deeplinks started ...
[09:04:53] deeplinks finished in 154 ms
[09:04:53] ngc started ...
[09:04:55] ionic-app-script task: "build"
[09:04:55] Error: Cannot find module '@angular/compiler-cli/ngtools2'
Error: Cannot find module '@angular/compiler-cli/ngtools2'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:587:15)
at Function.Module._load (internal/modules/cjs/loader.js:513:25)
at Module.require (internal/modules/cjs/loader.js:643:17)
at require (internal/modules/cjs/helpers.js:22:18)
at C:UserskevinAppDataRoamingnpmnode_modules@ionicapp- scriptsdistaotaot-compiler.js:206:90
[ERROR] An error occurred while running subprocess ionic-app-scripts.
ionic-app-scripts build --prod --minifyjs --minifycss --target cordova --platfor... exited with exit code 1.
Re-running this command with the --verbose flag may provide more information.
ionic-framework npm sass
I've updated an old ionic application. After the update I get the following error:
Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (67)
I've googled and searched for the answer. But nothing helps. I've tried to delete de node_modules directory, also reinstalling node sass. Also downgrading.
NPM version: 6.4.1
Node: v11.1.0
npm ls node-sass
fonville-app@0.0.1 C:Appsxxx
+-- @ionic/app-scripts@3.2.0
| `-- node-sass@4.9.0
+-- gulp-sass@3.2.1
| `-- node-sass@4.11.0 deduped
`-- node-sass@4.11.0
>ionic serve
> ionic-app-scripts serve --address 0.0.0.0 --port 8100 --livereload-port 35729 --dev-logger-port 53703 --nobrowser
[app-scripts] C:UserskevinAppDataRoamingnpmnode_modules@ionicapp- scriptsnode_modulesnode-sasslibbinding.js:13
[app-scripts] throw new Error(errors.unsupportedEnvironment());
[app-scripts] ^
[app-scripts] Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (67)
[app-scripts] For more information on which environments are supported please see:
[app-scripts] https://github.com/sass/node-sass/releases/tag/v4.9.0
[app-scripts] at module.exports (C:UserskevinAppDataRoamingnpmnode_modules@ionicapp- scriptsnode_modulesnode-sasslibbinding.js:13:13)
[app-scripts] at Object.<anonymous> (C:UserskevinAppDataRoamingnpmnode_modules@ionicapp- scriptsnode_modulesnode-sasslibindex.js:14:35)
[app-scripts] at Module._compile (internal/modules/cjs/loader.js:707:30)
[app-scripts] at Object.Module._extensions..js (internal/modules/cjs/loader.js:718:10)
[app-scripts] at Module.load (internal/modules/cjs/loader.js:605:32)
[app-scripts] at tryModuleLoad (internal/modules/cjs/loader.js:544:12)
[app-scripts] at Function.Module._load (internal/modules/cjs/loader.js:536:3)
[app-scripts] at Module.require (internal/modules/cjs/loader.js:643:17)
[app-scripts] at require (internal/modules/cjs/helpers.js:22:18)
[app-scripts] at Object.<anonymous> (C:UserskevinAppDataRoamingnpmnode_modules@ionicapp- scriptsdistcorebundle-components.js:6:16)
[ERROR] ionic-app-scripts has unexpectedly closed (exit code 1).
The Ionic CLI will exit. Please check any output above for error details.
Can anyone help me?
Edit:
It looks like it was an mismatching version numbers. After the change I got another error. Does anyone can help me with this?
>ionic cordova build android --prod --release --minifyjs --minifycss
> ionic-app-scripts build --prod --minifyjs --minifycss --target cordova --platform android
[09:04:53] ionic-app-scripts 3.2.0
[09:04:53] build prod started ...
[09:04:53] clean started ...
[09:04:53] clean finished in 3 ms
[09:04:53] copy started ...
[09:04:53] deeplinks started ...
[09:04:53] deeplinks finished in 154 ms
[09:04:53] ngc started ...
[09:04:55] ionic-app-script task: "build"
[09:04:55] Error: Cannot find module '@angular/compiler-cli/ngtools2'
Error: Cannot find module '@angular/compiler-cli/ngtools2'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:587:15)
at Function.Module._load (internal/modules/cjs/loader.js:513:25)
at Module.require (internal/modules/cjs/loader.js:643:17)
at require (internal/modules/cjs/helpers.js:22:18)
at C:UserskevinAppDataRoamingnpmnode_modules@ionicapp- scriptsdistaotaot-compiler.js:206:90
[ERROR] An error occurred while running subprocess ionic-app-scripts.
ionic-app-scripts build --prod --minifyjs --minifycss --target cordova --platfor... exited with exit code 1.
Re-running this command with the --verbose flag may provide more information.
ionic-framework npm sass
ionic-framework npm sass
edited Nov 21 at 8:08
asked Nov 20 at 12:11
kevin4hrens
12
12
I've had similar issues once. For me it was a version missmatch between ionic/app-scripts and node-sass. The combination of ionic/app-scripts@3.1.11and node-sass@4.9.0 works on my machine (also Windows 64-bit).
– Phonolog
Nov 20 at 17:04
Thanks, indeed was it a combination of mismatching version. Only after the change I got another error.. [09:04:55] Error: Cannot find module '@angular/compiler-cli/ngtools2' Error: Cannot find module '@angular/compiler-cli/ngtools2'
– kevin4hrens
Nov 21 at 8:05
add a comment |
I've had similar issues once. For me it was a version missmatch between ionic/app-scripts and node-sass. The combination of ionic/app-scripts@3.1.11and node-sass@4.9.0 works on my machine (also Windows 64-bit).
– Phonolog
Nov 20 at 17:04
Thanks, indeed was it a combination of mismatching version. Only after the change I got another error.. [09:04:55] Error: Cannot find module '@angular/compiler-cli/ngtools2' Error: Cannot find module '@angular/compiler-cli/ngtools2'
– kevin4hrens
Nov 21 at 8:05
I've had similar issues once. For me it was a version missmatch between ionic/app-scripts and node-sass. The combination of ionic/app-scripts@3.1.11and node-sass@4.9.0 works on my machine (also Windows 64-bit).
– Phonolog
Nov 20 at 17:04
I've had similar issues once. For me it was a version missmatch between ionic/app-scripts and node-sass. The combination of ionic/app-scripts@3.1.11and node-sass@4.9.0 works on my machine (also Windows 64-bit).
– Phonolog
Nov 20 at 17:04
Thanks, indeed was it a combination of mismatching version. Only after the change I got another error.. [09:04:55] Error: Cannot find module '@angular/compiler-cli/ngtools2' Error: Cannot find module '@angular/compiler-cli/ngtools2'
– kevin4hrens
Nov 21 at 8:05
Thanks, indeed was it a combination of mismatching version. Only after the change I got another error.. [09:04:55] Error: Cannot find module '@angular/compiler-cli/ngtools2' Error: Cannot find module '@angular/compiler-cli/ngtools2'
– kevin4hrens
Nov 21 at 8:05
add a comment |
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53392756%2ferror-node-sass-does-not-yet-support-your-current-environment-windows-64-bit-w%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53392756%2ferror-node-sass-does-not-yet-support-your-current-environment-windows-64-bit-w%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I've had similar issues once. For me it was a version missmatch between ionic/app-scripts and node-sass. The combination of ionic/app-scripts@3.1.11and node-sass@4.9.0 works on my machine (also Windows 64-bit).
– Phonolog
Nov 20 at 17:04
Thanks, indeed was it a combination of mismatching version. Only after the change I got another error.. [09:04:55] Error: Cannot find module '@angular/compiler-cli/ngtools2' Error: Cannot find module '@angular/compiler-cli/ngtools2'
– kevin4hrens
Nov 21 at 8:05