> ionic-app-scripts.cmd serve --address localhost --port 8100 --livereload-port 35729 --dev-logger-port 53703 --nobrowser
[app-scripts] D:\work\mobile\node_modules\node-sass\lib\binding.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 (83)
[app-scripts] For more information on which environments are supported please see:
[app-scripts] https://github.com/sass/node-sass/releases/tag/v4.13.1
[app-scripts] at module.exports (D:\workspace\mobileapp\node_modules\node-sass\lib\binding.js:13:13)
[app-scripts] at Object.<anonymous> enter code here(D:\work\mobile\node_modules\node-sass\lib\index.js:14:35)
[app-scripts] at Module._compile (enter code hereinternal/modules/cjs/loader.js:1068:30)
[app-scripts] at Object.Module._extensions..js (internal/modules/cjs/loader.js:1097:10)
[app-scripts] at Module.load (internal/modules/cjs/loader.js:933:32)
[app-scripts] at Function.Module._load (internal/modules/cjs/loader.js:774:14)
[app-scripts] at Module.require (internal/modules/cjs/loader.js:957:19)
[app-scripts] at require (internal/modules/cjs/helpers.js:88:18)
[app-scripts] at Object.<anonymous> (D:\work\mobile\node_modules\@ionic\app-scripts\dist\core\bundle-components.js:6:16)
[app-scripts] at Module._compile (internal/modules/cjs/loader.js:1068:30)
[ERROR] ionic-app-scripts has unexpectedly closed (exit code 1).
The Ionic CLI will exit. Please check any output above for error details.
Asked
Active
Viewed 26 times
0
Luke Woodward
- 60,283
- 16
- 83
- 102
-
1See https://stackoverflow.com/questions/64612707/node-sass-does-not-yet-support-your-current-environment-windows-64-bit-with-uns . Your friend might need to modify their project to remove the dependency on `node-sass`, or you might need to downgrade Node. – Luke Woodward Sep 05 '21 at 09:51