DebugAH

How to Solve Your Programmer Error

Skip to content
  • Home
  • Linux
  • JAVA
  • Python
  • Javasript
  • MYSQL
  • Windows
  • Error

NPM run dev Error: this.getOptions is not a funtion

Reason: SCSS loader version is too high

Solution:

  npm uninstall --save sass-loader
  npm i -D [email protected]
  npm uninstall --save node-sass
  npm i [email protected]

Similar Posts:

  • Module build failed: TypeError: this.getResolve is not a function at Object.loader node-sass Install Error
  • Use sass and less in Vue and solve the problem of error reporting (this. Getoptions is not a function)
  • Mac uniapp Compile Error: sass-loader [How to Solve]
  • [Solved] Error:Node Sass version 6.0.0 is incompatible with ^4.0.0
  • [Solved] NPM Error: gyp verb which failed Error:not found: python2
  • NPM I initialization and core JS error [How to Solve]
  • Module build failed: Error: Cannot find module ‘node-sass’
  • Node sass installation error [How to Solve]
  • [Solved] Module build failed: Error: Node Sass version 6.0.0 is incompatible with ^4.0.0.
  • [Solved] Vue installs less Error: Failed to compile with 1 errors

This entry was posted in Error and tagged npm run dev, this.getOptions is not a funtion on October 19, 2021 by Robins.

Post navigation

← [Solved] Python Error: CentOS failed to send mail without any error message [Solved] SpringBoot Startup Error: is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) →

Recent Posts

  • [Solved] Win-KeX/wsl2/kali Startup Error: A fatal error has occurred and VcXsrv will now exit.
  • [Solved] samtools: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file
  • k8s Error: [ERROR FileAvailable–etc-kubernetes-kubelet.conf]: /etc/kubernetes/kubelet.conf already exists
  • [Solved] NoSuchMethodError: org.springframework.boot.web.servlet.error.ErrorController.getErrorPath
  • [Solved] flink web ui Submit Task Error: Server Respoonse Message-Internal server error
  • Mysql Error: 1140 – In aggregated query without GROUP BY, expression #2 of SELECT list contains nonaggregated column ‘a.store’; this is incompatible with sql_mode=only_full_group_by
  • [Solved] Mybatis multi-table query error: Column ‘id’ in field list is ambiguous
  • [Solved] fluentd Log Error: read timeout reached
  • [Solved] xgboost Load Module File Error
  • [Solved] npm install Error: github requires permissions, Permission denied (publickey)

Tags

  • )
  • android
  • android studio
  • CentOS
  • centos7
  • chrome
  • DebugAH
  • django
  • docker
  • eclipse
  • git
  • github
  • go
  • hadoop
  • Hive
  • IDEA
  • ios
  • java
  • jenkins
  • Linux
  • Mac
  • maven
  • MyBatis
  • mysql
  • nginx
  • No module named XXX error
  • npm
  • Oracle
  • php
  • pip
  • pycharm
  • Python
  • Python TypeError
  • redis
  • shell
  • spring
  • springBoot
  • ssh
  • SVN
  • tensorflow
  • tomcat
  • ubuntu
  • vue
  • Windows
  • Yum
Proudly powered by WordPress