Giter Site home page Giter Site logo

Comments (11)

dybxin avatar dybxin commented on July 20, 2024

[email protected]:1 Uncaught Error: Cannot find module "./styles/common.scss"
at [email protected]:1
at Object. ([email protected]:1)
at t ([email protected]:1)
at Object. ([email protected]:1)
at t ([email protected]:1)
at window.webpackJsonp ([email protected]:1)
at [email protected]:1

from docker-yapi.

fjc0k avatar fjc0k commented on July 20, 2024

试试拉取最新版。

from docker-yapi.

dybxin avatar dybxin commented on July 20, 2024

docker-compose.yml 对应的 YAPI_PLUGINS=[{"name":"add-user"}] 修改后,执行docker-compose restart yapi-web 相关的日志如下:

yapi-web | 关闭引导服务...
yapi-web | 尝试启动 YApi...
yapi-web | log: -------------------------------------swaggerSyncUtils constructor-----------------------------------------------
yapi-web | log: 服务已启动,请打开下面链接访问:
yapi-web | http://127.0.0.1:3000/
yapi-web | (node:1) Warning: Accessing non-existent property 'count' of module exports inside circular dependency
yapi-web | (Use node --trace-warnings ... to show where the warning was created)
yapi-web | (node:1) Warning: Accessing non-existent property 'findOne' of module exports inside circular dependency
yapi-web | (node:1) Warning: Accessing non-existent property 'remove' of module exports inside circular dependency
yapi-web | (node:1) Warning: Accessing non-existent property 'updateOne' of module exports inside circular dependency
yapi-web | log: mongodb load success...
yapi-web | 启动引导服务...
yapi-web | 写入配置...
yapi-web | {
yapi-web | "adminAccount": "[email protected]",
yapi-web | "db": {
yapi-web | "servername": "yapi-mongo",
yapi-web | "port": 27017,
yapi-web | "DATABASE": "yapi"
yapi-web | },
yapi-web | "mail": {
yapi-web | "enable": false,
yapi-web | "auth": {}
yapi-web | },
yapi-web | "ldapLogin": {
yapi-web | "enable": false
yapi-web | },
yapi-web | "closeRegister": true,
yapi-web | "plugins": [],
yapi-web | "adminPassword": "adm1n",
yapi-web | "port": 3000
yapi-web | }
yapi-web | 等待 MongoDB 服务可用...
yapi-web | 安装 YApi 插件...
yapi-web | 尝试安装 YApi...
yapi-web | + node '--unhandled-rejections=strict' ./vendors/server/install.js
yapi-web |
yapi-web | /yapi/vendors/server/install.js:15
yapi-web | throw new Error(
yapi-web | ^
yapi-web |
yapi-web | Error: init.lock文件已存在,请确认您是否已安装。如果需要重新安装,请删掉init.lock文件
yapi-web | at install (/yapi/vendors/server/install.js:15:11)
yapi-web | at Object. (/yapi/vendors/server/install.js:155:1)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)
yapi-web | at internal/main/run_main_module.js:17:47
yapi-web |
yapi-web | 关闭引导服务...
yapi-web | 尝试启动 YApi...
yapi-web | log: -------------------------------------swaggerSyncUtils constructor-----------------------------------------------
yapi-web | log: 服务已启动,请打开下面链接访问:
yapi-web | http://127.0.0.1:3000/
yapi-web | (node:1) Warning: Accessing non-existent property 'count' of module exports inside circular dependency
yapi-web | (Use node --trace-warnings ... to show where the warning was created)
yapi-web | (node:1) Warning: Accessing non-existent property 'findOne' of module exports inside circular dependency
yapi-web | (node:1) Warning: Accessing non-existent property 'remove' of module exports inside circular dependency
yapi-web | (node:1) Warning: Accessing non-existent property 'updateOne' of module exports inside circular dependency
yapi-web | log: mongodb load success...
yapi-web | (node:1) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated

from docker-yapi.

dybxin avatar dybxin commented on July 20, 2024

我重新 docker-componse down 之后,重新起,错误信息如下:
yapi-web | [error] ./client/styles/common.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/index.js 7:0-31
yapi-web |
yapi-web |
yapi-web | [error] ./client/containers/User/index.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/containers/User/User.js 23:0-23
yapi-web |
yapi-web |
yapi-web | [error] ./client/components/Footer/Footer.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/components/Footer/Footer.js 31:0-24
yapi-web |
yapi-web | [error] ./client/components/Header/Header.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/components/Header/Header.js 60:0-24
yapi-web |
yapi-web | [error] ./client/components/Loading/Loading.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/components/Loading/Loading.js 28:0-25
yapi-web |
yapi-web |
yapi-web | [error] ./client/containers/Group/Group.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/containers/Group/Group.js 76:0-23
yapi-web |
yapi-web |
yapi-web | [error] ./client/containers/Home/Home.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/containers/Home/Home.js 39:0-22
yapi-web |
yapi-web |
yapi-web | [error] ./client/containers/Follows/Follows.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/containers/Follows/Follows.js 39:0-25
yapi-web |
yapi-web | [error] ./client/components/Breadcrumb/Breadcrumb.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/components/Breadcrumb/Breadcrumb.js 24:0-28
yapi-web |
yapi-web |
yapi-web | [error] ./client/components/Header/Search/Search.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/components/Header/Search/Search.js 50:0-24
yapi-web |
yapi-web | [error] ./client/containers/AddProject/Addproject.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/containers/AddProject/AddProject.js 101:0-28
yapi-web |
yapi-web |
yapi-web | [error] ./client/containers/Project/Setting/Setting.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/containers/Project/Setting/Setting.js 57:0-25
yapi-web |
yapi-web |
yapi-web | [error] ./client/containers/Group/GroupList/GroupList.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/containers/Group/GroupList/GroupList.js 106:0-27
yapi-web |
yapi-web |
yapi-web | [error] ./client/containers/Group/GroupSetting/GroupSetting.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/containers/Group/GroupSetting/GroupSetting.js 95:0-30
yapi-web |
yapi-web | [error] ./client/containers/Group/ProjectList/ProjectList.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/containers/Group/ProjectList/ProjectList.js 65:0-29
yapi-web |
yapi-web |
yapi-web | [error] ./client/containers/Project/Interface/interface.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/containers/Project/Interface/Interface.js 51:0-27
yapi-web |
yapi-web |
yapi-web | [error] ./client/containers/Project/Setting/ProjectData/ProjectData.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/containers/Project/Setting/ProjectData/ProjectData.js 93:0-29
yapi-web |
yapi-web | [error] ./client/containers/Login/Login.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/containers/Login/LoginWrap.js 42:0-23
yapi-web |
yapi-web | [error] ./client/containers/Group/MemberList/MemberList.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/containers/Group/MemberList/MemberList.js 71:0-28
yapi-web |
yapi-web | [error] ./client/containers/Project/Activity/Activity.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/containers/Project/Activity/Activity.js 23:0-26
yapi-web |
yapi-web |
yapi-web | [error] ./client/components/ProjectCard/ProjectCard.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/components/ProjectCard/ProjectCard.js 55:0-29
yapi-web |
yapi-web | [error] ./client/components/ErrMsg/ErrMsg.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/components/ErrMsg/ErrMsg.js 31:0-24
yapi-web |
yapi-web |
yapi-web | [error] ./exts/yapi-plugin-statistics/statisticsClientPage/index.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./exts/yapi-plugin-statistics/statisticsClientPage/index.js 66:0-23
yapi-web |
yapi-web | [error] ./exts/yapi-plugin-wiki/wikiPage/index.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./exts/yapi-plugin-wiki/wikiPage/index.js 45:0-23
yapi-web |
yapi-web |
yapi-web | [error] ./exts/yapi-plugin-gen-services/Services/Services.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./exts/yapi-plugin-gen-services/Services/Services.js 40:0-26
yapi-web |
yapi-web | [error] ./client/containers/Project/Setting/ProjectRequest/project-request.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/containers/Project/Setting/ProjectRequest/ProjectRequest.js 54:0-33
yapi-web |
yapi-web | [error] ./client/components/Postman/Postman.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/components/Postman/Postman.js 138:0-25
yapi-web |
yapi-web |
yapi-web | [error] ./client/containers/Project/Interface/InterfaceCol/InterfaceColMenu.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/containers/Project/Interface/InterfaceCol/InterfaceColMenu.js 94:0-34
yapi-web |
yapi-web | [error] ./client/containers/Project/Interface/InterfaceList/interfaceMenu.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/containers/Project/Interface/InterfaceList/InterfaceMenu.js 93:0-31
yapi-web |
yapi-web | [error] ./client/containers/Project/Setting/ProjectEnv/index.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/containers/Project/Setting/ProjectEnv/index.js 63:0-23
yapi-web |
yapi-web |
yapi-web | [error] ./client/components/Intro/Intro.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/components/Intro/Intro.js 31:0-23
yapi-web |
yapi-web | [error] ./client/containers/Project/Interface/InterfaceList/Edit.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/containers/Project/Interface/InterfaceList/InterfaceList.js 83:0-22
yapi-web |
yapi-web |
yapi-web | [error] ./client/containers/Project/Interface/InterfaceCol/InterfaceCaseContent.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/containers/Project/Interface/InterfaceCol/InterfaceCaseContent.js 72:0-38
yapi-web |
yapi-web | [error] ./client/containers/Project/Setting/ProjectToken/ProjectToken.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/containers/Project/Setting/ProjectToken/ProjectToken.js 51:0-30
yapi-web |
yapi-web |
yapi-web | [error] ./client/components/Subnav/Subnav.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/components/Subnav/Subnav.js 23:0-24
yapi-web |
yapi-web | [error] ./client/components/TimeLine/TimeLine.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/components/TimeLine/TimeLine.js 101:0-26
yapi-web |
yapi-web |
yapi-web | [error] .//yapi-plugin-add-user/pages/index.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./
/yapi-plugin-add-user/pages/index.js 84:0-23
yapi-web |
yapi-web | [error] ./client/containers/Project/Interface/InterfaceList/View.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/containers/Project/Interface/InterfaceList/View.js 43:0-22
yapi-web |
yapi-web | [error] ./client/components/AceEditor/AceEditor.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/components/AceEditor/AceEditor.js 31:0-27
yapi-web |
yapi-web |
yapi-web | [error] ./client/components/ModalPostman/index.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/components/ModalPostman/index.js 67:0-23
yapi-web |
yapi-web | [error] ./client/containers/Project/Setting/ProjectMessage/ProjectTag.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/containers/Project/Setting/ProjectMessage/ProjectTag.js 51:0-28
yapi-web |
yapi-web |
yapi-web | [error] ./client/components/Label/Label.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/components/Label/Label.js 40:0-23
yapi-web |
yapi-web | [error] ./client/containers/Project/Interface/InterfaceList/Run/Run.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/containers/Project/Interface/InterfaceList/Run/Run.js 69:0-21
yapi-web |
yapi-web |
yapi-web | [error] ./client/components/CaseEnv/index.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/components/CaseEnv/index.js 52:0-23
yapi-web |
yapi-web | [error] ./exts/yapi-plugin-advanced-mock/MockCol/CaseDesModal.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./exts/yapi-plugin-advanced-mock/MockCol/CaseDesModal.js 103:0-30
yapi-web |
yapi-web |
yapi-web | [error] ./client/components/SchemaTable/index.scss
yapi-web | Module build failed: Error: Missing binding /yapi/vendors/node_modules/node-sass/vendor/linux_musl-x64-83/binding.node
yapi-web | Node Sass could not find a binding for your current environment: Linux/musl 64-bit with Node.js 14.x
yapi-web |
yapi-web | Found bindings for the following environments:
yapi-web | - Linux/musl 64-bit with Node.js 13.x
yapi-web |
yapi-web | This usually happens because your environment has changed since running npm install.
yapi-web | Run npm rebuild node-sass to download the binding for your current environment.
yapi-web | at module.exports (/yapi/vendors/node_modules/node-sass/lib/binding.js:15:13)
yapi-web | at Object. (/yapi/vendors/node_modules/node-sass/lib/index.js:14:35)
yapi-web | at Module._compile (internal/modules/cjs/loader.js:1185:30)
yapi-web | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)
yapi-web | at Module.load (internal/modules/cjs/loader.js:1034:32)
yapi-web | at Function.Module._load (internal/modules/cjs/loader.js:923:14)
yapi-web | at Module.require (internal/modules/cjs/loader.js:1074:19)
yapi-web | at require (internal/modules/cjs/helpers.js:72:18)
yapi-web | at Object.sassLoader (/yapi/vendors/node_modules/sass-loader/lib/loader.js:24:22)
yapi-web | @ ./client/components/SchemaTable/SchemaTable.js 45:0-23
yapi-web |
yapi-web |
yapi-web | npm
yapi-web | ERR! code ELIFECYCLE
yapi-web |
yapi-web | npm ERR! errno 1
yapi-web |
yapi-web | npm ERR!
yapi-web | [email protected] build-client: NODE_ENV=production ykit pack -m
yapi-web | npm ERR! Exit status 1
yapi-web | npm
yapi-web | ERR!
yapi-web | npm ERR! Failed at the [email protected] build-client script.
yapi-web |
yapi-web | npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
yapi-web |
yapi-web |
yapi-web |
yapi-web | npm ERR! A complete log of this run can be found in:
yapi-web | npm
yapi-web | ERR! /root/.npm/_logs/2020-05-22T07_43_15_712Z-debug.log
yapi-web |
yapi-web | 尝试安装 YApi...
yapi-web | + node '--unhandled-rejections=strict' ./vendors/server/install.js
yapi-web |
yapi-web | (node:93) Warning: Accessing non-existent property 'count' of module exports inside circular dependency
yapi-web | (Use node --trace-warnings ... to show where the warning was created)
yapi-web |
yapi-web | (node:93) Warning: Accessing non-existent property 'findOne' of module exports inside circular dependency
yapi-web |
yapi-web | (node:93) Warning: Accessing non-existent property 'remove' of module exports inside circular dependency
yapi-web | (node:93) Warning: Accessing non-existent property 'updateOne' of module exports inside circular dependency
yapi-web |
yapi-web | log: mongodb load success...
yapi-web |
yapi-web | 初始化管理员账号成功,账号名:"[email protected]",密码:"adm1n"
yapi-web |
yapi-web | 关闭引导服务...
yapi-web | 尝试启动 YApi...
yapi-web | log: -------------------------------------swaggerSyncUtils constructor-----------------------------------------------
yapi-web | log: 服务已启动,请打开下面链接访问:
yapi-web | http://127.0.0.1:3000/
yapi-web | (node:1) Warning: Accessing non-existent property 'count' of module exports inside circular dependency
yapi-web | (Use node --trace-warnings ... to show where the warning was created)
yapi-web | (node:1) Warning: Accessing non-existent property 'findOne' of module exports inside circular dependency
yapi-web | (node:1) Warning: Accessing non-existent property 'remove' of module exports inside circular dependency
yapi-web | (node:1) Warning: Accessing non-existent property 'updateOne' of module exports inside circular dependency
yapi-web | log: mongodb load success...

from docker-yapi.

dybxin avatar dybxin commented on July 20, 2024

前端页面显示:
[email protected]:1 Uncaught Error: Cannot find module "./styles/common.scss"
at [email protected]:1
at Object. ([email protected]:1)
at t ([email protected]:1)
at Object. ([email protected]:1)
at t ([email protected]:1)
at window.webpackJsonp ([email protected]:1)
at [email protected]:1

from docker-yapi.

dybxin avatar dybxin commented on July 20, 2024

试试拉取最新版。

已经拉取代码了,还是会有新的问题。应该是环境的问题吧

from docker-yapi.

fjc0k avatar fjc0k commented on July 20, 2024

你得先 docker-compose pull yapi-web,请去看首页的如何升级说明。

from docker-yapi.

dybxin avatar dybxin commented on July 20, 2024

你得先 docker-compose pull yapi-web,请去看首页的如何升级说明。

关于添加插件的问题,如果之前已经添加过“add-user”这个插件,当再次编译的时候将YAPI_PLUGINS=[] 清空,已添加过的插件能否被移除?

from docker-yapi.

fjc0k avatar fjc0k commented on July 20, 2024

add-user 已经内置,不可移除,其他插件再次编译就没了。

from docker-yapi.

dybxin avatar dybxin commented on July 20, 2024

add-user 已经内置,不可移除,其他插件再次编译就没了。

好的

from docker-yapi.

dybxin avatar dybxin commented on July 20, 2024

add-user 已经内置,不可移除,其他插件再次编译就没了。

请教一个 关于企业微信登录插件(https://github.com/dickey910/yapi-plugin-ww-login)
的问题,引入该插件,扫码登录后报:{"errcode":40011,"errmsg":"请登录...","data":null}

from docker-yapi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.