相关疑难解决方法(0)

错误:命名空间“std”中没有名为“remove_cv_t”的模板;你的意思是“remove_cv”?

我的问题似乎与问题类似,但它发生在我yarn install在 Rails 应用程序中运行时。

当我运行时yarn install,它成功运行了一段时间,然后

../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' of type 'const std::__1::basic_string<char>' creates a copy from type 'const std::__1::basic_string<char>' [-Wrange-loop-analysis]
        for (const auto numerator : numerators)
                        ^
../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::__1::basic_string<char> &' to prevent copying
        for (const auto numerator : numerators)
             ^~~~~~~~~~~~~~~~~~~~~~
                        &
../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' of type 'const std::__1::basic_string<char>' creates a copy from type 'const std::__1::basic_string<char>' [-Wrange-loop-analysis]
        for (const auto denominator : denominators)
                        ^
../src/libsass/src/ast.hpp:1616:14: …
Run Code Online (Sandbox Code Playgroud)

xcode ruby-on-rails node.js node-sass yarnpkg

76
推荐指数
10
解决办法
2万
查看次数

Heroku 在构建过程中失败,并显示错误:Node Sass 尚不支持您当前的环境:Linux 64 位且运行时不受支持 (93)

红宝石 2.7.4 导轨 6.1.4.1

注意:我的应用程序中缺少package.json密钥engines

Heroku 在构建过程中失败并出现此错误

这个提交是一个空的提交,位于我昨天成功推送的 SHA 之上(我现在已经检查了两次),所以我怀疑这是一个平台问题,或者不知何故,node-sass 昨天被弃用或撤回了?

我怎样才能解决这个问题?

remote:        
remote:        ERROR in ./app/javascript/require_bootstrap.scss
remote:        Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
remote:        ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
**remote:        Error: Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime (93)**
remote:        For more information on which environments are supported please see:
remote:        https://github.com/sass/node-sass/releases/tag/v4.14.1
remote:            at module.exports (/tmp/build_1c436dcf/node_modules/node-sass/lib/binding.js:13:13)
remote:            at Object.<anonymous> (/tmp/build_1c436dcf/node_modules/node-sass/lib/index.js:14:35)
remote:            at Module._compile (/tmp/build_1c436dcf/node_modules/v8-compile-cache/v8-compile-cache.js:192:30)
remote:            at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)

Run Code Online (Sandbox Code Playgroud)

ruby-on-rails heroku node-sass

10
推荐指数
1
解决办法
5336
查看次数

macOS Catalina 上的 Node-sass 不起作用。我应该如何解决这个问题?

我跑了create-react-app然后跑了yarn install,当我运行yarn start我的终端打印出以下错误时,我不知道从哪里开始调试这个问题。

Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (72)
For more information on which environments are supported please see:
https://github.com/sass/node-sass/releases/tag/v4.11.0
Run Code Online (Sandbox Code Playgroud)

macos reactjs node-sass

4
推荐指数
1
解决办法
5006
查看次数

标签 统计

node-sass ×3

ruby-on-rails ×2

heroku ×1

macos ×1

node.js ×1

reactjs ×1

xcode ×1

yarnpkg ×1