Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yarn start error #31

Open
chungchi300 opened this issue Oct 3, 2020 · 1 comment
Open

Yarn start error #31

chungchi300 opened this issue Oct 3, 2020 · 1 comment

Comments

@chungchi300
Copy link

 node -r dotenv/config dist/server.js dotenv_config_path=config/production.env
/Users/jeffchung/work/ReactStarter/site/node_modules/babel-polyfill/node_modules/core-js/modules/_typed-buffer.js:157
  if(numberLength != byteLength)throw RangeError(WRONG_LENGTH);
                                ^

RangeError: Wrong length!
    at validateArrayBufferArguments (/Users/jeffchung/work/ReactStarter/site/node_modules/babel-polyfill/node_modules/core-js/modules/_typed-buffer.js:157:39)
    at new ArrayBuffer (/Users/jeffchung/work/ReactStarter/site/node_modules/babel-polyfill/node_modules/core-js/modules/_typed-buffer.js:247:29)
    at zlib.js:330:28
    at NativeModule.compile (internal/bootstrap/loaders.js:364:7)
    at Function.NativeModule.require (internal/bootstrap/loaders.js:176:18)
    at Function.Module._load (internal/modules/cjs/loader.js:572:25)
    at Module.require (internal/modules/cjs/loader.js:692:17)
    at require (internal/modules/cjs/helpers.js:25:18)
    at Object.<anonymous> (/Users/jeffchung/work/ReactStarter/site/node_modules/express-http-proxy/app/steps/decorateUserRes.js:5:12)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

@chungchi300
Copy link
Author

tried

  1. npm i node-sass
  2. yarn install
  3. npm run development

still no luck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant